mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Fix enchant ignore list
This commit is contained in:
@@ -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"))
|
||||||
|
|||||||
Reference in New Issue
Block a user