mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 19:06:49 +01:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user