diff options
Diffstat (limited to 'src/game/BattleGroundWS.cpp')
-rw-r--r-- | src/game/BattleGroundWS.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/game/BattleGroundWS.cpp b/src/game/BattleGroundWS.cpp index 84da0cc9b65..c4a2402ad67 100644 --- a/src/game/BattleGroundWS.cpp +++ b/src/game/BattleGroundWS.cpp @@ -18,16 +18,16 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include "Object.h" -#include "Player.h" #include "BattleGround.h" #include "BattleGroundWS.h" #include "Creature.h" #include "GameObject.h" -#include "ObjectMgr.h" -#include "WorldPacket.h" #include "Language.h" +#include "Object.h" +#include "ObjectMgr.h" +#include "Player.h" #include "World.h" +#include "WorldPacket.h" // these variables aren't used outside of this file, so declare them only here enum BG_WSG_Rewards |