mirror of
https://github.com/mangosfour/server.git
synced 2025-12-19 13:37:01 +00:00
[12733] Implemented spells 21562, 27683
This commit is contained in:
parent
a5d17dbf86
commit
27ff3eec3f
3 changed files with 30 additions and 4 deletions
|
|
@ -1603,8 +1603,6 @@ void WorldSession::HandleObjectUpdateFailedOpcode(WorldPacket& recv_data)
|
|||
recv_data.ReadGuidMask<6, 7, 4, 0, 1, 5, 3, 2>(guid);
|
||||
recv_data.ReadGuidBytes<6, 7, 2, 3, 1, 4, 0, 5>(guid);
|
||||
|
||||
DEBUG_LOG("WORLD: Received CMSG_OBJECT_UPDATE_FAILED from %s (%u) guid: %s",
|
||||
|
||||
GetPlayerName(), GetAccountId(), guid.GetString().c_str());
|
||||
DEBUG_LOG("WORLD: Received CMSG_OBJECT_UPDATE_FAILED from %s (%u) guid: %s", GetPlayerName(), GetAccountId(), guid.GetString().c_str());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue