We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57f9cec commit bda74c1Copy full SHA for bda74c1
src/server/scripts/EasternKingdoms/ZulAman/boss_hexlord.cpp
@@ -274,7 +274,7 @@ struct boss_hexlord_malacrass : public BossAI
274
siphonTrigger->AI()->DoCast(target, SPELL_SIPHON_SOUL, true);
275
siphonTrigger->GetMotionMaster()->MoveChase(me);
276
if (Player* player = target->ToPlayer())
277
- _currentClass = player->HasAura(AURA_SHADOW_FORM) ? uint8(ADDITIONAL_CLASS_SPRIEST) : player->getClass() - 1;
+ _currentClass = player->HasAura(AURA_SHADOW_FORM) ? uint8(ADDITIONAL_CLASS_SPRIEST) : player->getClass();
278
}
279
280
});
0 commit comments