Improve spirit healer dialog and target UI

This commit is contained in:
Kelsi 2026-02-07 21:00:05 -08:00
parent 38c9fdad6b
commit c9e7caa938
2 changed files with 61 additions and 2 deletions

View file

@ -469,6 +469,7 @@ public:
using MountCallback = std::function<void(uint32_t mountDisplayId)>; // 0 = dismount
void setMountCallback(MountCallback cb) { mountCallback_ = std::move(cb); }
bool isMounted() const { return currentMountDisplayId_ != 0; }
bool isHostileAttacker(uint64_t guid) const { return hostileAttackers_.count(guid) > 0; }
float getServerRunSpeed() const { return serverRunSpeed_; }
void dismount();