diff --git a/src/game/Spell.h b/src/game/Spell.h index 1ec5d7c14..27aaf4dd8 100644 --- a/src/game/Spell.h +++ b/src/game/Spell.h @@ -23,11 +23,14 @@ #include "SharedDefines.h" #include "DBCEnums.h" #include "ObjectGuid.h" +#include "LootMgr.h" +#include "Unit.h" +#include "Player.h" class WorldSession; -class Unit; +class WorldPacket; class DynamicObj; -class Player; +class Item; class GameObject; class Group; class Aura; diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 4b40ecede..238c02834 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 "10082" + #define REVISION_NR "10083" #endif // __REVISION_NR_H__