mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[11470] Final cleanup uint64 guid cases
Also drop logout player update fields cleanup that in any cases not saved.
This commit is contained in:
parent
a2b6a6fde5
commit
719e298795
26 changed files with 144 additions and 153 deletions
|
|
@ -505,7 +505,7 @@ void WorldSession::HandleAddFriendOpcodeCallBack(QueryResult *result, uint32 acc
|
|||
|
||||
void WorldSession::HandleDelFriendOpcode( WorldPacket & recv_data )
|
||||
{
|
||||
uint64 friendGuid;
|
||||
ObjectGuid friendGuid;
|
||||
|
||||
DEBUG_LOG( "WORLD: Received CMSG_DEL_FRIEND" );
|
||||
|
||||
|
|
@ -575,7 +575,7 @@ void WorldSession::HandleAddIgnoreOpcodeCallBack(QueryResult *result, uint32 acc
|
|||
|
||||
void WorldSession::HandleDelIgnoreOpcode( WorldPacket & recv_data )
|
||||
{
|
||||
uint64 ignoreGuid;
|
||||
ObjectGuid ignoreGuid;
|
||||
|
||||
DEBUG_LOG( "WORLD: Received CMSG_DEL_IGNORE" );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue