Fix enchant ignore list

This commit is contained in:
Yunfan Li
2024-03-18 00:52:47 +08:00
parent 3d5f3082a4
commit 0a7b4caa3e

View File

@@ -93,7 +93,7 @@ void PlayerbotFactory::Init()
if (!spellInfo)
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;
if (strstr(spellInfo->SpellName[0], "Test"))