mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-21 02:20:00 +01:00
Fix enchant ignore list
This commit is contained in:
parent
3d5f3082a4
commit
0a7b4caa3e
@ -93,7 +93,7 @@ void PlayerbotFactory::Init()
|
|||||||
if (!spellInfo)
|
if (!spellInfo)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
if (id == 47181 || id == 50358 || id == 47242 || id == 52639 || id == 47147 || id == 6043) // Test Enchant
|
if (id == 47181 || id == 50358 || id == 47242 || id == 52639 || id == 47147 || id == 7218) // Test Enchant
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
if (strstr(spellInfo->SpellName[0], "Test"))
|
if (strstr(spellInfo->SpellName[0], "Test"))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user