- 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:
Tercio
2017-10-16 14:38:40 -02:00
parent 4b3e8369ee
commit 936fc56a2b
6 changed files with 80 additions and 11 deletions
+12 -4
View File
@@ -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