- Click to open menus now close the menu if already opened.
- Added warrior execute and raging blow to spell consolidation. - Fixed some errors with the search spell on Details! Forge.
This commit is contained in:
+12
-4
@@ -3216,8 +3216,12 @@
|
||||
if (can_add ) then
|
||||
if (filter_name ~= "") then
|
||||
local spellName = GetSpellInfo (spellID)
|
||||
spellName = lower (spellName)
|
||||
if (not spellName:find (lower_FilterSpellName)) then
|
||||
if (spellName) then
|
||||
spellName = lower (spellName)
|
||||
if (not spellName:find (lower_FilterSpellName)) then
|
||||
can_add = false
|
||||
end
|
||||
else
|
||||
can_add = false
|
||||
end
|
||||
end
|
||||
@@ -3345,8 +3349,12 @@
|
||||
if (can_add ) then
|
||||
if (filter_name ~= "") then
|
||||
local spellName = GetSpellInfo (spellID)
|
||||
spellName = lower (spellName)
|
||||
if (not spellName:find (lower_FilterSpellName)) then
|
||||
if (spellName) then
|
||||
spellName = lower (spellName)
|
||||
if (not spellName:find (lower_FilterSpellName)) then
|
||||
can_add = false
|
||||
end
|
||||
else
|
||||
can_add = false
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user