Skip to content

Commit bda74c1

Browse files
authored
fix(Scripts/ZulAman): Hexlord: missing update to last commit (azerothcore#20663)
* fix(Scripts/ZulAman): Hexlord: missing update to last commit * Update boss_hexlord.cpp
1 parent 57f9cec commit bda74c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/scripts/EasternKingdoms/ZulAman/boss_hexlord.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ struct boss_hexlord_malacrass : public BossAI
274274
siphonTrigger->AI()->DoCast(target, SPELL_SIPHON_SOUL, true);
275275
siphonTrigger->GetMotionMaster()->MoveChase(me);
276276
if (Player* player = target->ToPlayer())
277-
_currentClass = player->HasAura(AURA_SHADOW_FORM) ? uint8(ADDITIONAL_CLASS_SPRIEST) : player->getClass() - 1;
277+
_currentClass = player->HasAura(AURA_SHADOW_FORM) ? uint8(ADDITIONAL_CLASS_SPRIEST) : player->getClass();
278278
}
279279
}
280280
});

0 commit comments

Comments
 (0)