diff options
author | QAston <none@none> | 2009-08-13 21:24:56 +0200 |
---|---|---|
committer | QAston <none@none> | 2009-08-13 21:24:56 +0200 |
commit | e2374e8bdb358922760e6e14b2c4744c085d5dd1 (patch) | |
tree | 9e6f8da7c355e91a3883831b0cc83af0447663b1 /src/game/DuelHandler.cpp | |
parent | 25f81cdfcdfe42aafd9589f3c6f447141a321a2e (diff) |
*Use m_caster as caster of triggered spell in EffectTriggerSpell handler.
*Correct stance check in handleShapeshiftBoosts - by Sarjuuk
*Minor cleanup in Unit.cpp.
--HG--
branch : trunk
Diffstat (limited to 'src/game/DuelHandler.cpp')
-rw-r--r-- | src/game/DuelHandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/DuelHandler.cpp b/src/game/DuelHandler.cpp index aa6563a3f98..e235395f1f4 100644 --- a/src/game/DuelHandler.cpp +++ b/src/game/DuelHandler.cpp @@ -76,7 +76,7 @@ void WorldSession::HandleDuelCancelledOpcode(WorldPacket& recvPacket) if(GetPlayer()->duel->opponent) GetPlayer()->duel->opponent->CombatStopWithPets(true); - GetPlayer()->CastSpell(GetPlayer(), 7267, true); // beg + GetPlayer()->CastSpell(GetPlayer(), SPELL_ID_DUEL_BEG, true); // beg GetPlayer()->DuelComplete(DUEL_WON); return; } |