diff --git a/src/game/MapPersistentStateMgr.h b/src/game/MapPersistentStateMgr.h index e14f68a95..0a1f3eb82 100644 --- a/src/game/MapPersistentStateMgr.h +++ b/src/game/MapPersistentStateMgr.h @@ -28,6 +28,7 @@ #include "Utilities/UnorderedMapSet.h" #include "Database/DatabaseEnv.h" #include "DBCEnums.h" +#include "DBCStores.h" #include "ObjectGuid.h" struct InstanceTemplate; diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 2c811c6b3..3f47582c0 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 "11134" + #define REVISION_NR "11135" #endif // __REVISION_NR_H__