diff options
author | p0wer <none@none> | 2009-12-25 10:54:57 -0600 |
---|---|---|
committer | p0wer <none@none> | 2009-12-25 10:54:57 -0600 |
commit | 7fbab0f69e95f20838c1a7c6912046a085282317 (patch) | |
tree | bb7c1517e79ccb73a80c58a72c0fde4be0adb6e9 /src | |
parent | 695fad7bbd83c5ae16f7019fd0f93fd18436f2bb (diff) |
* Fix typo.
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/game/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/CMakeLists.txt b/src/game/CMakeLists.txt index 94d8f633d26..435271c6a20 100644 --- a/src/game/CMakeLists.txt +++ b/src/game/CMakeLists.txt @@ -234,7 +234,7 @@ SET(game_STAT_SRCS SpellAuras.h Spell.cpp SpellEffects.cpp - SpellId.cpp + SpellId.h Spell.h SkillDiscovery.cpp SkillDiscovery.h |