diff options
author | silinoron <none@none> | 2010-07-26 22:54:07 -0700 |
---|---|---|
committer | silinoron <none@none> | 2010-07-26 22:54:07 -0700 |
commit | dbd76ef9edce23543c1d1732269c889da79fc350 (patch) | |
tree | 3d8e0b9be014036ae2b4a6e8cc1c631db763797c /src | |
parent | bfc6dec0728dddb531fbe003c741b784c7f02592 (diff) |
Fix a typo in cmakelists and add spell_script_names to world_scripts_full.
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/server/scripts/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/CMakeLists.txt b/src/server/scripts/CMakeLists.txt index 01b7d3e561e..936d3ecfe67 100644 --- a/src/server/scripts/CMakeLists.txt +++ b/src/server/scripts/CMakeLists.txt @@ -35,7 +35,7 @@ set(scripts_STAT_SRCS ${scripts_northrend} ${scripts_outland} ${scripts_world} - ${script_spells} + ${scripts_spells} ${scripts_examples} ) message("-- Added Scriptengine to SCRIPTS lib") |