mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-27 01:00:13 +00:00
Improve spirit healer dialog and target UI
This commit is contained in:
parent
38c9fdad6b
commit
c9e7caa938
2 changed files with 61 additions and 2 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue