mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 07:37:03 +00:00
[11463] Cleanup codestyle in PetHandler.cpp
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
31c34a940d
commit
6e1988bfc7
2 changed files with 111 additions and 109 deletions
|
|
@ -563,6 +563,7 @@ void WorldSession::HandlePetAbandon( WorldPacket & recv_data )
|
|||
void WorldSession::HandlePetUnlearnOpcode(WorldPacket& recvPacket)
|
||||
{
|
||||
DETAIL_LOG("CMSG_PET_UNLEARN");
|
||||
|
||||
ObjectGuid guid;
|
||||
recvPacket >> guid; // Pet guid
|
||||
|
||||
|
|
@ -590,6 +591,7 @@ void WorldSession::HandlePetUnlearnOpcode(WorldPacket& recvPacket)
|
|||
void WorldSession::HandlePetSpellAutocastOpcode(WorldPacket& recvPacket)
|
||||
{
|
||||
DETAIL_LOG("CMSG_PET_SPELL_AUTOCAST");
|
||||
|
||||
ObjectGuid guid;
|
||||
uint32 spellid;
|
||||
uint8 state; // 1 for on, 0 for off
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "11462"
|
||||
#define REVISION_NR "11463"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue