diff --git a/src/PlayerbotFactory.cpp b/src/PlayerbotFactory.cpp index 8cb18333c..97700b04a 100644 --- a/src/PlayerbotFactory.cpp +++ b/src/PlayerbotFactory.cpp @@ -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"))