aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Handlers/CharacterHandler.cpp
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2013-06-23 00:07:25 +0200
committerShauren <shauren.trinity@gmail.com>2013-06-23 00:07:25 +0200
commite74c0e9f006b573a8fced88702c2350371597db5 (patch)
treee3d3fafa8265019f16754d39a379d63eced36909 /src/server/game/Handlers/CharacterHandler.cpp
parent15ef29800adb78f53cea9be943e0f160b7c6092b (diff)
Core/PacketIO: Updates and enabled a bunch of opcodes
Diffstat (limited to 'src/server/game/Handlers/CharacterHandler.cpp')
-rw-r--r--src/server/game/Handlers/CharacterHandler.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/server/game/Handlers/CharacterHandler.cpp b/src/server/game/Handlers/CharacterHandler.cpp
index 6bd325f9114..92864a0f279 100644
--- a/src/server/game/Handlers/CharacterHandler.cpp
+++ b/src/server/game/Handlers/CharacterHandler.cpp
@@ -1323,7 +1323,6 @@ void WorldSession::HandleSetPlayerDeclinedNames(WorldPacket& recvData)
{
WorldPacket data(SMSG_SET_PLAYER_DECLINED_NAMES_RESULT, 4+8);
data << uint32(1);
- data << uint64(guid);
SendPacket(&data);
return;
}
@@ -1333,7 +1332,6 @@ void WorldSession::HandleSetPlayerDeclinedNames(WorldPacket& recvData)
{
WorldPacket data(SMSG_SET_PLAYER_DECLINED_NAMES_RESULT, 4+8);
data << uint32(1);
- data << uint64(guid);
SendPacket(&data);
return;
}
@@ -1342,7 +1340,6 @@ void WorldSession::HandleSetPlayerDeclinedNames(WorldPacket& recvData)
{
WorldPacket data(SMSG_SET_PLAYER_DECLINED_NAMES_RESULT, 4+8);
data << uint32(1);
- data << uint64(guid);
SendPacket(&data);
return;
}
@@ -1356,7 +1353,6 @@ void WorldSession::HandleSetPlayerDeclinedNames(WorldPacket& recvData)
{
WorldPacket data(SMSG_SET_PLAYER_DECLINED_NAMES_RESULT, 4+8);
data << uint32(1);
- data << uint64(guid);
SendPacket(&data);
return;
}
@@ -1368,7 +1364,6 @@ void WorldSession::HandleSetPlayerDeclinedNames(WorldPacket& recvData)
{
WorldPacket data(SMSG_SET_PLAYER_DECLINED_NAMES_RESULT, 4+8);
data << uint32(1);
- data << uint64(guid);
SendPacket(&data);
return;
}
@@ -1378,7 +1373,6 @@ void WorldSession::HandleSetPlayerDeclinedNames(WorldPacket& recvData)
{
WorldPacket data(SMSG_SET_PLAYER_DECLINED_NAMES_RESULT, 4+8);
data << uint32(1);
- data << uint64(guid);
SendPacket(&data);
return;
}