diff options
author | Yehonal <yehonal.azeroth@gmail.com> | 2016-08-12 02:37:42 +0200 |
---|---|---|
committer | Yehonal <yehonal.azeroth@gmail.com> | 2016-08-12 02:40:23 +0200 |
commit | c1a76e07ff59988c53983aeb5ead7d88d10f3f33 (patch) | |
tree | f9d38127a42480480b4620b9422356a86b1b1671 /src/scripts/ScriptLoader.cpp | |
parent | 3972a1da631144a83aff7fe76961fdac5dd1c28a (diff) |
Another big repo refactoring, should be latest
I've restored old paths for scripts and flattened the src structure
Diffstat (limited to 'src/scripts/ScriptLoader.cpp')
-rw-r--r-- | src/scripts/ScriptLoader.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/scripts/ScriptLoader.cpp b/src/scripts/ScriptLoader.cpp index 89ac21bb38..b6869836c7 100644 --- a/src/scripts/ScriptLoader.cpp +++ b/src/scripts/ScriptLoader.cpp @@ -18,13 +18,6 @@ #include "ScriptLoader.h" #include "ScriptMgr.h" -//examples -void AddSC_example_creature(); -void AddSC_example_escort(); -void AddSC_example_gossip_codebox(); -void AddSC_example_misc(); -void AddSC_example_commandscript(); - // spells void AddSC_deathknight_spell_scripts(); void AddSC_druid_spell_scripts(); |