mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[12069] Cleanup comment style
This commit is contained in:
parent
5efb3867f5
commit
835d1c7479
205 changed files with 2835 additions and 2835 deletions
|
|
@ -196,7 +196,7 @@ void WorldSession::HandleMoveWorldportAckOpcode()
|
|||
// resummon pet
|
||||
GetPlayer()->ResummonPetTemporaryUnSummonedIfAny();
|
||||
|
||||
//lets process all delayed operations on successful teleport
|
||||
// lets process all delayed operations on successful teleport
|
||||
GetPlayer()->ProcessDelayedOperations();
|
||||
}
|
||||
|
||||
|
|
@ -245,7 +245,7 @@ void WorldSession::HandleMoveTeleportAckOpcode(WorldPacket& recv_data)
|
|||
// resummon pet
|
||||
GetPlayer()->ResummonPetTemporaryUnSummonedIfAny();
|
||||
|
||||
//lets process all delayed operations on successful teleport
|
||||
// lets process all delayed operations on successful teleport
|
||||
GetPlayer()->ProcessDelayedOperations();
|
||||
}
|
||||
|
||||
|
|
@ -424,7 +424,7 @@ void WorldSession::HandleDismissControlledVehicle(WorldPacket& recv_data)
|
|||
|
||||
void WorldSession::HandleMountSpecialAnimOpcode(WorldPacket& /*recvdata*/)
|
||||
{
|
||||
//DEBUG_LOG("WORLD: Recvd CMSG_MOUNTSPECIAL_ANIM");
|
||||
// DEBUG_LOG("WORLD: Recvd CMSG_MOUNTSPECIAL_ANIM");
|
||||
|
||||
WorldPacket data(SMSG_MOUNTSPECIAL_ANIM, 8);
|
||||
data << GetPlayer()->GetObjectGuid();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue