diff options
author | DJScias <djscias@gmail.com> | 2015-04-23 20:18:48 +0200 |
---|---|---|
committer | DJScias <djscias@gmail.com> | 2015-04-23 21:34:55 +0200 |
commit | 291259ac0c2ea50b0faa72efd141a8b31405fdab (patch) | |
tree | cee85f3b0b7e65dac02695ebd96302726b32ca10 /src/server/game/Handlers/SpellHandler.cpp | |
parent | 149ff8da879a8286a01081d4ffb1f200a67ddefd (diff) |
Core/PacketIO: Updated and enabled CMSG_UNLEARN_SKILL, CMSG_SELF_RES
Diffstat (limited to 'src/server/game/Handlers/SpellHandler.cpp')
-rw-r--r-- | src/server/game/Handlers/SpellHandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Handlers/SpellHandler.cpp b/src/server/game/Handlers/SpellHandler.cpp index 2af69efff66..52e50ba5fe9 100644 --- a/src/server/game/Handlers/SpellHandler.cpp +++ b/src/server/game/Handlers/SpellHandler.cpp @@ -468,7 +468,7 @@ void WorldSession::HandleTotemDestroyed(WorldPacket& recvPacket) totem->ToTotem()->UnSummon(); } -void WorldSession::HandleSelfResOpcode(WorldPacket& /*recvData*/) +void WorldSession::HandleSelfResOpcode(WorldPackets::Spells::SelfRes& /*packet*/) { if (_player->HasAuraType(SPELL_AURA_PREVENT_RESURRECTION)) return; // silent return, client should display error by itself and not send this opcode |