init
This commit is contained in:
parent
507bbfab21
commit
c885eceae5
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ local getSpellObject = function(playerObject, spellId, isLiteral)
|
|||
|
||||
elseif (parameterType == "number") then
|
||||
--passed a number but with literal off, transform the spellId into a spell name
|
||||
local spellName = GetSpellInfo(spellid)
|
||||
local spellName = GetSpellInfo(spellId)
|
||||
if (spellName) then
|
||||
passedSpellName = spellName:lower()
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue