summaryrefslogtreecommitdiff
path: root/src/scripts/ScriptLoader.cpp
diff options
context:
space:
mode:
authorsucofog <4pdcvicente@gmail.com>2017-11-14 22:50:25 +0100
committersucofog <4pdcvicente@gmail.com>2017-11-14 22:50:25 +0100
commit3b73e99ec8c511707cb096e2607a18f1ef95b8fe (patch)
tree7b85a379832ca68ba3d2a0d18e6e16e8caa7a179 /src/scripts/ScriptLoader.cpp
parent1ea009e255dc371e5d0d3b98a0b33867a0927cb8 (diff)
parente772b08c6808bae29db96ed2f51ee5b34d768da4 (diff)
Merge branch 'master' of https://github.com/azerothcore/azerothcore-wotlk
Diffstat (limited to 'src/scripts/ScriptLoader.cpp')
-rw-r--r--src/scripts/ScriptLoader.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/scripts/ScriptLoader.cpp b/src/scripts/ScriptLoader.cpp
index d948a18c55..2c0814c9bd 100644
--- a/src/scripts/ScriptLoader.cpp
+++ b/src/scripts/ScriptLoader.cpp
@@ -46,6 +46,7 @@ void AddSC_list_commandscript();
void AddSC_lookup_commandscript();
void AddSC_message_commandscript();
void AddSC_misc_commandscript();
+void AddSC_mmaps_commandscript();
void AddSC_modify_commandscript();
void AddSC_npc_commandscript();
void AddSC_quest_commandscript();
@@ -616,6 +617,7 @@ void AddCommandScripts()
AddSC_lookup_commandscript();
AddSC_message_commandscript();
AddSC_misc_commandscript();
+ AddSC_mmaps_commandscript();
AddSC_modify_commandscript();
AddSC_npc_commandscript();
AddSC_quest_commandscript();