Skip to content

Commit

Permalink
Fix enchant ignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
liyunfan1223 committed Mar 17, 2024
1 parent 3d5f308 commit 0a7b4ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PlayerbotFactory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down

0 comments on commit 0a7b4ca

Please sign in to comment.