aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormegamage <none@none>2009-08-23 15:00:59 -0500
committermegamage <none@none>2009-08-23 15:00:59 -0500
commit78a6a04db9f58ef25a908223bc30bd0172fce807 (patch)
treeedea0fb4231865afc412906b2f8b78864465a150
parentfd448f94918d560c919deebbf8bf4547804c38d8 (diff)
*Missing cmake change.
--HG-- branch : trunk
-rw-r--r--src/game/CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/game/CMakeLists.txt b/src/game/CMakeLists.txt
index 7132d89d983..f634c1c9f41 100644
--- a/src/game/CMakeLists.txt
+++ b/src/game/CMakeLists.txt
@@ -8,8 +8,8 @@ SET(game_STAT_SRCS
AchievementMgr.cpp
AddonHandler.cpp
AddonHandler.h
- AggressorAI.cpp
- AggressorAI.h
+ CombatAI.cpp
+ CombatAI.h
AnimalRandomMovementGenerator.h
ArenaTeam.cpp
ArenaTeam.h
@@ -162,8 +162,8 @@ SET(game_STAT_SRCS
MovementHandler.cpp
NPCHandler.cpp
NPCHandler.h
- NullCreatureAI.cpp
- NullCreatureAI.h
+ PassiveAI.cpp
+ PassiveAI.h
ObjectAccessor.cpp
ObjectAccessor.h
Object.cpp