diff --git a/src/game/Unit.h b/src/game/Unit.h index 5576708a9..31dbbfe7e 100644 --- a/src/game/Unit.h +++ b/src/game/Unit.h @@ -34,6 +34,7 @@ #include "DBCStructure.h" #include "Path.h" #include "WorldPacket.h" +#include "Timer.h" #include enum SpellInterruptFlags diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 4f0003a59..9a5e7866c 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 "9839" + #define REVISION_NR "9840" #endif // __REVISION_NR_H__