mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-23 15:50:20 +00:00
feat: show hearthstone bind zone name in tooltip instead of continent
This commit is contained in:
parent
b03c326bcd
commit
cc24597983
3 changed files with 20 additions and 7 deletions
|
|
@ -3546,6 +3546,7 @@ void GameHandler::handlePacket(network::Packet& packet) {
|
|||
bool wasSet = hasHomeBind_;
|
||||
hasHomeBind_ = true;
|
||||
homeBindMapId_ = data.mapId;
|
||||
homeBindZoneId_ = data.zoneId;
|
||||
homeBindPos_ = canonical;
|
||||
if (bindPointCallback_) {
|
||||
bindPointCallback_(data.mapId, canonical.x, canonical.y, canonical.z);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue