mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
Add notification for SMSG_BINDER_CONFIRM (innkeeper bind set)
SMSG_BINDER_CONFIRM confirms the bind point was set. Previously silently consumed; now shows "This innkeeper is now your home location." in system chat so the player gets feedback after using an innkeeper.
This commit is contained in:
parent
68bf3d32b0
commit
f2eabc87ef
1 changed files with 2 additions and 1 deletions
|
|
@ -1850,7 +1850,8 @@ void GameHandler::handlePacket(network::Packet& packet) {
|
|||
break;
|
||||
}
|
||||
case Opcode::SMSG_BINDER_CONFIRM: {
|
||||
// uint64 npcGuid — server asking client to confirm bind at innkeeper
|
||||
// uint64 npcGuid — server confirming bind point has been set
|
||||
addSystemChatMessage("This innkeeper is now your home location.");
|
||||
packet.setReadPos(packet.getSize());
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue