diff options
author | click <none@none> | 2010-07-30 00:45:47 +0200 |
---|---|---|
committer | click <none@none> | 2010-07-30 00:45:47 +0200 |
commit | cad437d7f0728ee3cbc961eb6149b0ae9f82b869 (patch) | |
tree | e53c068c978757e9d994260dd8b565c30d00bc01 | |
parent | f213f2c7d9bdafece27e198ba0bdf74ec258ede6 (diff) |
Whops, a little too deletehappy there...
--HG--
branch : trunk
-rw-r--r-- | src/server/scripts/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/server/scripts/CMakeLists.txt b/src/server/scripts/CMakeLists.txt index bfe226e7045..eef7b7f65d3 100644 --- a/src/server/scripts/CMakeLists.txt +++ b/src/server/scripts/CMakeLists.txt @@ -32,6 +32,11 @@ set(scripts_STAT_SRCS ${scripts_spells} ${scripts_examples} Custom/on_events.cpp + ../game/AI/ScriptedAI/ScriptedEscortAI.cpp + ../game/AI/ScriptedAI/ScriptedCreature.cpp + ../game/AI/ScriptedAI/ScriptedFollowerAI.cpp + ../game/AI/ScriptedAI/ScriptedGuardAI.cpp + ../game/AI/ScriptedAI/ScriptedSimpleAI.cpp ) message("-- Added Scriptengine to SCRIPTS lib") |