mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
Update Waypoint System and Commands
Update Waypoint System and Commands
This commit is contained in:
parent
870b4dd0a4
commit
6ac38a0d65
48 changed files with 455 additions and 323 deletions
|
|
@ -2852,6 +2852,11 @@ uint32 GetScriptIdsCount()
|
|||
return sScriptMgr.GetScriptIdsCount();
|
||||
}
|
||||
|
||||
void SetExternalWaypointTable(char const* tableName)
|
||||
{
|
||||
sWaypointMgr.SetExternalWPTable(tableName);
|
||||
}
|
||||
|
||||
bool AddWaypointFromExternal(uint32 entry, int32 pathId, uint32 pointId, float x, float y, float z, float o, uint32 waittime)
|
||||
{
|
||||
return sWaypointMgr.AddExternalNode(entry, pathId, pointId, x, y, z, o, waittime);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue