diff options
author | ModoX <moardox@gmail.com> | 2023-11-24 21:08:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-24 21:08:00 +0100 |
commit | 3f6f683ce4b5f4a95a2d70921de2c80de6b3a8fe (patch) | |
tree | f5601a0099a13aacef4bb115679ac51858ac9e42 /src/server/game/Globals/ObjectMgr.h | |
parent | b299902881cb6525b5a6cc08c5721c0c1c7401ab (diff) |
Core/Waypoints: Drop waypoint_scripts table (#29437)
Diffstat (limited to 'src/server/game/Globals/ObjectMgr.h')
-rw-r--r-- | src/server/game/Globals/ObjectMgr.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/server/game/Globals/ObjectMgr.h b/src/server/game/Globals/ObjectMgr.h index a3af1016609..5a86448d870 100644 --- a/src/server/game/Globals/ObjectMgr.h +++ b/src/server/game/Globals/ObjectMgr.h @@ -420,7 +420,6 @@ typedef std::multimap<uint32 /*spell id*/, std::pair<uint32 /*script id*/, bool typedef std::pair<SpellScriptsContainer::iterator, SpellScriptsContainer::iterator> SpellScriptsBounds; TC_GAME_API extern ScriptMapMap sSpellScripts; TC_GAME_API extern ScriptMapMap sEventScripts; -TC_GAME_API extern ScriptMapMap sWaypointScripts; std::string GetScriptsTableNameByType(ScriptsType type); ScriptMapMap* GetScriptsMapByType(ScriptsType type); @@ -1295,7 +1294,6 @@ class TC_GAME_API ObjectMgr void LoadEventScripts(); void LoadSpellScripts(); - void LoadWaypointScripts(); void LoadSpellScriptNames(); void ValidateSpellScripts(); |