Skip to content

Commit

Permalink
fix(Scripts/ZG): Jin'do using wrong hex spell (azerothcore#19389)
Browse files Browse the repository at this point in the history
  • Loading branch information
avarishd authored Jul 14, 2024
1 parent 2a5233c commit e92a582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/scripts/EasternKingdoms/ZulGurub/boss_jindo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ enum Spells
{
SPELL_BRAIN_WASH_TOTEM = 24262,
SPELL_POWERFULL_HEALING_WARD = 24309,
SPELL_HEX = 24053,
SPELL_HEX = 17172,
SPELL_DELUSIONS_OF_JINDO = 24306,
SPELL_SUMMON_SHADE_OF_JINDO = 24308,
SPELL_BANISH = 24466,
Expand Down

0 comments on commit e92a582

Please sign in to comment.