aboutsummaryrefslogtreecommitdiff
path: root/src/game/DuelHandler.cpp
diff options
context:
space:
mode:
authorn0n4m3 <none@none>2010-02-15 18:23:39 +0100
committern0n4m3 <none@none>2010-02-15 18:23:39 +0100
commitbcd4a48328ddde592a440983b624a1e7d676d674 (patch)
tree3ccb9410469feb46ca9c6b41ce8228200a86a27f /src/game/DuelHandler.cpp
parent922b368aac117cf38646f27c77610bea396fa488 (diff)
Removed stupid/not needed file Spellid.h.
--HG-- branch : trunk
Diffstat (limited to 'src/game/DuelHandler.cpp')
-rw-r--r--src/game/DuelHandler.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/game/DuelHandler.cpp b/src/game/DuelHandler.cpp
index ae6c24c2f98..812afc45235 100644
--- a/src/game/DuelHandler.cpp
+++ b/src/game/DuelHandler.cpp
@@ -25,7 +25,6 @@
#include "Opcodes.h"
#include "UpdateData.h"
#include "Player.h"
-#include "SpellId.h"
void WorldSession::HandleDuelAcceptedOpcode(WorldPacket& recvPacket)
{
@@ -71,7 +70,7 @@ void WorldSession::HandleDuelCancelledOpcode(WorldPacket& recvPacket)
if(GetPlayer()->duel->opponent)
GetPlayer()->duel->opponent->CombatStopWithPets(true);
- GetPlayer()->CastSpell(GetPlayer(), SPELL_GROVEL_7267, true); // beg
+ GetPlayer()->CastSpell(GetPlayer(), 7267, true); // beg
GetPlayer()->DuelComplete(DUEL_WON);
return;
}