diff --git a/src/game/Level0.cpp b/src/game/Level0.cpp index 8f5b4b5ad..937f1b9cc 100644 --- a/src/game/Level0.cpp +++ b/src/game/Level0.cpp @@ -22,6 +22,7 @@ #include "Player.h" #include "Opcodes.h" #include "Chat.h" +#include "ObjectAccessor.h" #include "Language.h" #include "AccountMgr.h" #include "SystemConfig.h" diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 7e16a43da..3978d0357 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 "8579" + #define REVISION_NR "8580" #endif // __REVISION_NR_H__