Fix a typo in cmakelists and add spell_script_names to world_scripts_full.

--HG--
branch : trunk
This commit is contained in:
silinoron
2010-07-26 22:54:07 -07:00
parent bfc6dec072
commit dbd76ef9ed
2 changed files with 9 additions and 1 deletions

View File

@@ -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")