aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Commands
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2014-06-12 17:51:57 +0200
committerShauren <shauren.trinity@gmail.com>2014-06-12 17:51:57 +0200
commit3b940a27664555dada92f0f01927c7da8f1d51aa (patch)
treed83817176a7dfc3b07b8805fc3602f5019bcb265 /src/server/scripts/Commands
parent0a6e81989ab1ba2fd6be16268475a7a26567658b (diff)
Core/Misc: Warning fixes
Diffstat (limited to 'src/server/scripts/Commands')
-rw-r--r--src/server/scripts/Commands/cs_account.cpp1
-rw-r--r--src/server/scripts/Commands/cs_battlenet_account.cpp1
2 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Commands/cs_account.cpp b/src/server/scripts/Commands/cs_account.cpp
index 13402018508..3406c25eb16 100644
--- a/src/server/scripts/Commands/cs_account.cpp
+++ b/src/server/scripts/Commands/cs_account.cpp
@@ -23,7 +23,6 @@ Category: commandscripts
EndScriptData */
#include "AccountMgr.h"
-#include "BattlenetAccountMgr.h"
#include "Chat.h"
#include "Language.h"
#include "Player.h"
diff --git a/src/server/scripts/Commands/cs_battlenet_account.cpp b/src/server/scripts/Commands/cs_battlenet_account.cpp
index ebfcd8acbe3..dfbff501144 100644
--- a/src/server/scripts/Commands/cs_battlenet_account.cpp
+++ b/src/server/scripts/Commands/cs_battlenet_account.cpp
@@ -16,6 +16,7 @@
*/
#include "BattlenetAccountMgr.h"
+#include "AccountMgr.h"
#include "Chat.h"
#include "Language.h"
#include "Player.h"