mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 10:37:03 +00:00
Revert "[12734] Implemented CMSG_SET_PET_SLOT (original author @Dramacydal)"
This reverts commit 64dba20c432457dbead4711f7a84e11dac80654b.
This commit is contained in:
parent
2bcc7f86ef
commit
78c4cdf7ab
6 changed files with 5 additions and 23 deletions
|
|
@ -1409,5 +1409,4 @@ void InitializeOpcodes()
|
|||
OPCODE(CMSG_REQUEST_HOTFIX, STATUS_AUTHED, PROCESS_INPLACE, &WorldSession::HandleRequestHotfix );
|
||||
OPCODE(SMSG_DB_REPLY, STATUS_NEVER, PROCESS_INPLACE, &WorldSession::Handle_ServerSide );
|
||||
OPCODE(CMSG_OBJECT_UPDATE_FAILED, STATUS_LOGGEDIN, PROCESS_INPLACE, &WorldSession::HandleObjectUpdateFailedOpcode );
|
||||
OPCODE(CMSG_SET_PET_SLOT, STATUS_LOGGEDIN, PROCESS_INPLACE, &WorldSession::HandleSetPetSlotOpcode );
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue