diff options
Diffstat (limited to 'src/game/BattleGroundNA.cpp')
-rw-r--r-- | src/game/BattleGroundNA.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/game/BattleGroundNA.cpp b/src/game/BattleGroundNA.cpp index f46746829e7..92e71c1c283 100644 --- a/src/game/BattleGroundNA.cpp +++ b/src/game/BattleGroundNA.cpp @@ -18,13 +18,13 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include "Object.h" -#include "Player.h" #include "BattleGround.h" #include "BattleGroundNA.h" +#include "Language.h" +#include "Object.h" #include "ObjectMgr.h" +#include "Player.h" #include "WorldPacket.h" -#include "Language.h" BattleGroundNA::BattleGroundNA() { |