diff options
author | megamage <none@none> | 2009-01-04 16:17:46 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-01-04 16:17:46 -0600 |
commit | eb5a7b02eef6fe13684dfe14faf048bbce1d0f83 (patch) | |
tree | 395bd3da004c0628956d64335ee0e2c404d4f772 /src/bindings/scripts/ScriptMgr.cpp | |
parent | 820e0214faf4645ef1bc411aa5cc581392db62db (diff) | |
parent | 15d25f45ae920a4418f3fcb1e6828c923a3aedc1 (diff) |
*Merge with Trinity 783.
--HG--
branch : trunk
Diffstat (limited to 'src/bindings/scripts/ScriptMgr.cpp')
-rw-r--r-- | src/bindings/scripts/ScriptMgr.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bindings/scripts/ScriptMgr.cpp b/src/bindings/scripts/ScriptMgr.cpp index 9024498d00b..d28a17b9104 100644 --- a/src/bindings/scripts/ScriptMgr.cpp +++ b/src/bindings/scripts/ScriptMgr.cpp @@ -545,6 +545,8 @@ extern void AddSC_instance_temple_of_ahnqiraj(); extern void AddSC_terokkar_forest(); //Thousand Needles +extern void AddSC_thousand_needles(); + //Thunder Bluff extern void AddSC_thunder_bluff(); @@ -1749,6 +1751,8 @@ void ScriptsInit() AddSC_terokkar_forest(); //Thousand Needles + AddSC_thousand_needles(); + //Thunder Bluff AddSC_thunder_bluff(); |