diff options
author | megamage <none@none> | 2009-04-07 19:38:09 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-04-07 19:38:09 -0500 |
commit | f59c4debf6d413fefb7f55d422263fbb44772054 (patch) | |
tree | a65e607067e5caf81a2b10b0eaecbaa78d9cf062 /src/game/CreatureGroups.cpp | |
parent | 24dede78d339f348ab67d4e7235ed12d93802b69 (diff) |
[7622] Added creatureAI with related database tables. Author: AlexDereka
*Note: three tables are renamed.
--HG--
branch : trunk
Diffstat (limited to 'src/game/CreatureGroups.cpp')
-rw-r--r-- | src/game/CreatureGroups.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/CreatureGroups.cpp b/src/game/CreatureGroups.cpp index ed0fde19eb0..23f72d89816 100644 --- a/src/game/CreatureGroups.cpp +++ b/src/game/CreatureGroups.cpp @@ -23,6 +23,7 @@ #include "ObjectMgr.h" #include "ProgressBar.h" #include "Policies/SingletonImp.h" +#include "CreatureAI.h" #define MAX_DESYNC 5.0f |