diff --git a/src/game/CreatureAI.cpp b/src/game/CreatureAI.cpp index 7ffda5eab..8f48ad15d 100644 --- a/src/game/CreatureAI.cpp +++ b/src/game/CreatureAI.cpp @@ -18,6 +18,7 @@ #include "CreatureAI.h" #include "Creature.h" +#include "DBCStores.h" CreatureAI::~CreatureAI() { diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 86f41229b..613eac984 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "9066" + #define REVISION_NR "9067" #endif // __REVISION_NR_H__