diff options
author | Kudlaty <none@none> | 2009-05-20 07:13:19 +0200 |
---|---|---|
committer | Kudlaty <none@none> | 2009-05-20 07:13:19 +0200 |
commit | 8305f6d3bc2088d78e8067e344e6df3fde978d1f (patch) | |
tree | d2f275d3cf8ba968553d9f21faea3b268bc9b9b4 /src/bindings/scripts/ScriptMgr.cpp | |
parent | 28d0feabe2bc6ab60a11eeaf822965d6d63f8c61 (diff) |
Merge & move taxi scripts into one file as npc_taxi
--HG--
branch : trunk
Diffstat (limited to 'src/bindings/scripts/ScriptMgr.cpp')
-rw-r--r-- | src/bindings/scripts/ScriptMgr.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bindings/scripts/ScriptMgr.cpp b/src/bindings/scripts/ScriptMgr.cpp index ae42a563d7a..e805c77a66d 100644 --- a/src/bindings/scripts/ScriptMgr.cpp +++ b/src/bindings/scripts/ScriptMgr.cpp @@ -77,6 +77,7 @@ extern void AddSC_item_scripts(); // -- NPC -- extern void AddSC_npc_professions(); extern void AddSC_npcs_special(); +extern void AddSC_npc_taxi(); // -- Servers -- @@ -953,6 +954,7 @@ void ScriptsInit(char const* cfg_file = "trinitycore.conf") // -- NPC -- AddSC_npc_professions(); AddSC_npcs_special(); + AddSC_npc_taxi(); // -- Servers -- |