aboutsummaryrefslogtreecommitdiff
path: root/src/bindings/scripts/system/ScriptLoader.cpp
diff options
context:
space:
mode:
authortartalo <none@none>2009-11-20 19:51:13 +0100
committertartalo <none@none>2009-11-20 19:51:13 +0100
commit59097039df192ace4f8228b5f1c51ea42d3542a7 (patch)
treef8525c6929a433390ca16c95501d1a093b4366c3 /src/bindings/scripts/system/ScriptLoader.cpp
parent34b4e11749a2822885bbf993f68f30291786a645 (diff)
BlackFathom Deeps: Altar scripts
--HG-- branch : trunk
Diffstat (limited to 'src/bindings/scripts/system/ScriptLoader.cpp')
-rw-r--r--src/bindings/scripts/system/ScriptLoader.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/bindings/scripts/system/ScriptLoader.cpp b/src/bindings/scripts/system/ScriptLoader.cpp
index 30bbecfd856..06d0bbfb8f6 100644
--- a/src/bindings/scripts/system/ScriptLoader.cpp
+++ b/src/bindings/scripts/system/ScriptLoader.cpp
@@ -199,7 +199,8 @@ extern void AddSC_westfall();
extern void AddSC_wetlands();
//kalimdor
-extern void AddSC_instance_blackfathom_deeps(); //Blackfathom Depths
+extern void AddSC_blackfathom_deeps(); //Blackfathom Depths
+extern void AddSC_instance_blackfathom_deeps();
extern void AddSC_hyjal(); //CoT Battle for Mt. Hyjal
extern void AddSC_boss_archimonde();
extern void AddSC_instance_mount_hyjal();
@@ -647,7 +648,8 @@ void AddScripts()
AddSC_wetlands();
//kalimdor
- AddSC_instance_blackfathom_deeps(); //Blackfathom Depths
+ AddSC_blackfathom_deeps(); //Blackfathom Depths
+ AddSC_instance_blackfathom_deeps();
AddSC_hyjal(); //CoT Battle for Mt. Hyjal
AddSC_boss_archimonde();
AddSC_instance_mount_hyjal();