diff options
author | Carbenium <carbenium@outlook.com> | 2015-04-23 22:44:18 +0200 |
---|---|---|
committer | Carbenium <carbenium@outlook.com> | 2015-04-23 22:44:18 +0200 |
commit | 15a5eb4e350db33c34d763418a41f3d678729c82 (patch) | |
tree | cee85f3b0b7e65dac02695ebd96302726b32ca10 /src/server/game/Handlers/SpellHandler.cpp | |
parent | 149ff8da879a8286a01081d4ffb1f200a67ddefd (diff) | |
parent | 291259ac0c2ea50b0faa72efd141a8b31405fdab (diff) |
Merge pull request #14596 from DJScias/opcodes
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 |