From 0a7b4caa3e71de4191b26485c8559cca6dd9b6ee Mon Sep 17 00:00:00 2001 From: Yunfan Li Date: Mon, 18 Mar 2024 00:52:47 +0800 Subject: [PATCH] Fix enchant ignore list --- src/PlayerbotFactory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PlayerbotFactory.cpp b/src/PlayerbotFactory.cpp index 8cb18333..97700b04 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"))