diff options
-rw-r--r-- | src/bindings/scripts/scripts/eastern_kingdoms/scarlet_enclave/chapter1.cpp | 2 |
1 files changed, 1 insertions, 1 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 38c111de67b..beb21580258 100644 --- a/src/bindings/scripts/scripts/eastern_kingdoms/scarlet_enclave/chapter1.cpp +++ b/src/bindings/scripts/scripts/eastern_kingdoms/scarlet_enclave/chapter1.cpp @@ -474,7 +474,7 @@ bool GossipSelect_npc_death_knight_initiate(Player* pPlayer, Creature* pCreature int32 uiSayId = rand()% (sizeof(m_auiRandomSay)/sizeof(int32)); DoScriptText(m_auiRandomSay[uiSayId], pCreature, pPlayer); - pCreature->CastSpell(pPlayer, SPELL_DUEL, false); + pPlayer->CastSpell(pCreature, SPELL_DUEL, false); pPlayer->CastSpell(pPlayer, SPELL_DUEL_FLAG, true); } return true; |