Core/PacketIO: Updated and enabled MSG_MOVE_TELEPORT, MSG_MOVE_TELEPORT_ACK, MSG_MOVE_WORLDPORT_ACK, SMSG_NEW_WORLD and SMSG_TRANSFER_PENDING

This commit is contained in:
Shauren
2012-07-17 19:29:18 +02:00
parent 19759a139c
commit 953f093920
6 changed files with 102 additions and 116 deletions

View File

@@ -98,9 +98,9 @@ public:
WorldPacket data;
if (strncmp(args, "on", 3) == 0)
target->SendSetFlyPacket(true);
target->SendMovementSetCanFly(true);
else if (strncmp(args, "off", 4) == 0)
target->SendSetFlyPacket(false);
target->SendMovementSetCanFly(false);
else
{
handler->SendSysMessage(LANG_USE_BOL);