diff options
-rw-r--r-- | src/bindings/scripts/scripts/eastern_kingdoms/scarlet_enclave/chapter1.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bindings/scripts/scripts/eastern_kingdoms/scarlet_enclave/chapter1.cpp b/src/bindings/scripts/scripts/eastern_kingdoms/scarlet_enclave/chapter1.cpp index beb21580258..f2a1d5a0551 100644 --- a/src/bindings/scripts/scripts/eastern_kingdoms/scarlet_enclave/chapter1.cpp +++ b/src/bindings/scripts/scripts/eastern_kingdoms/scarlet_enclave/chapter1.cpp @@ -320,7 +320,7 @@ enum SAY_DUEL_I = -1609088, SPELL_DUEL = 52996, - SPELL_DUEL_TRIGGERED = 52990, + //SPELL_DUEL_TRIGGERED = 52990, SPELL_DUEL_VICTORY = 52994, SPELL_DUEL_FLAG = 52991, @@ -360,7 +360,7 @@ struct TRINITY_DLL_DECL npc_death_knight_initiateAI : public SpellAI void SpellHit(Unit* pCaster, const SpellEntry* pSpell) { - if (!m_bIsDuelInProgress && pSpell->Id == SPELL_DUEL_TRIGGERED) + if (!m_bIsDuelInProgress && pSpell->Id == SPELL_DUEL) { m_uiDuelerGUID = pCaster->GetGUID(); m_bIsDuelInProgress = true; |