mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-03 08:03:50 +00:00
Fix taxi state sync and transport authority; reduce runtime log overhead; restore first-person self-hide
This commit is contained in:
parent
74062aa25f
commit
8bf63b1f06
29 changed files with 529 additions and 360 deletions
|
|
@ -121,6 +121,10 @@ public:
|
|||
* @param instanceId Instance to remove
|
||||
*/
|
||||
void removeInstance(uint32_t instanceId);
|
||||
/**
|
||||
* Remove multiple WMO instances with a single spatial-index rebuild.
|
||||
*/
|
||||
void removeInstances(const std::vector<uint32_t>& instanceIds);
|
||||
|
||||
/**
|
||||
* Remove all instances
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue