mirror of
https://github.com/mangosfour/server.git
synced 2025-12-21 19:37:02 +00:00
[6841] Fixed texts loading for waypoints. Better reporting of unused
script text, now it excludes from report also ids used for waypoints. Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
parent
59a5964b12
commit
cd50762206
4 changed files with 55 additions and 19 deletions
|
|
@ -76,6 +76,7 @@ class WaypointManager
|
|||
void DeletePath(uint32 id);
|
||||
void SetNodePosition(uint32 id, uint32 point, float x, float y, float z);
|
||||
void SetNodeText(uint32 id, uint32 point, const char *text_field, const char *text);
|
||||
void CheckTextsExistance(std::set<int32>& ids);
|
||||
|
||||
private:
|
||||
void _addNode(uint32 id, uint32 point, float x, float y, float z, float o, uint32 delay, uint32 wpGuid);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue