From 89e09dc44ed15567f77f862d1936e8e0d9019456 Mon Sep 17 00:00:00 2001 From: ModoX Date: Mon, 10 Apr 2023 04:04:33 +0200 Subject: Core/AI: Drop script_waypoints and move data to waypoint_data (#28879) --- src/server/game/Scripting/ScriptSystem.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/server/game/Scripting/ScriptSystem.h') diff --git a/src/server/game/Scripting/ScriptSystem.h b/src/server/game/Scripting/ScriptSystem.h index 0b717d6df6f..18bcd91e158 100644 --- a/src/server/game/Scripting/ScriptSystem.h +++ b/src/server/game/Scripting/ScriptSystem.h @@ -33,11 +33,8 @@ class TC_GAME_API SystemMgr static SystemMgr* instance(); // database - void LoadScriptWaypoints(); void LoadScriptSplineChains(); - WaypointPath const* GetPath(uint32 creatureEntry) const; - std::vector const* GetSplineChain(uint32 entry, uint16 chainId) const; std::vector const* GetSplineChain(Creature const* who, uint16 id) const; @@ -50,7 +47,6 @@ class TC_GAME_API SystemMgr SystemMgr(SystemMgr const&) = delete; SystemMgr& operator=(SystemMgr const&) = delete; - std::unordered_map _waypointStore; std::unordered_map> m_mSplineChainsMap; // spline chains }; -- cgit v1.2.3