diff options
author | tartalo <none@none> | 2009-11-20 19:51:13 +0100 |
---|---|---|
committer | tartalo <none@none> | 2009-11-20 19:51:13 +0100 |
commit | 59097039df192ace4f8228b5f1c51ea42d3542a7 (patch) | |
tree | f8525c6929a433390ca16c95501d1a093b4366c3 /src/bindings/scripts/system/ScriptLoader.cpp | |
parent | 34b4e11749a2822885bbf993f68f30291786a645 (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.cpp | 6 |
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(); |