diff --git a/src/game/GMTicketMgr.cpp b/src/game/GMTicketMgr.cpp index 8166f290a..c76962f64 100644 --- a/src/game/GMTicketMgr.cpp +++ b/src/game/GMTicketMgr.cpp @@ -25,7 +25,6 @@ #include "ProgressBar.h" #include "Policies/SingletonImp.h" #include "Player.h" -#include "ObjectGuid.h" INSTANTIATE_SINGLETON_1(GMTicketMgr); diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 4d15b819b..c3abe5d72 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 "9585" + #define REVISION_NR "9586" #endif // __REVISION_NR_H__