From 59097039df192ace4f8228b5f1c51ea42d3542a7 Mon Sep 17 00:00:00 2001 From: tartalo Date: Fri, 20 Nov 2009 19:51:13 +0100 Subject: BlackFathom Deeps: Altar scripts --HG-- branch : trunk --- src/bindings/scripts/system/ScriptLoader.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/bindings/scripts/system/ScriptLoader.cpp') 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(); -- cgit v1.2.3