aboutsummaryrefslogtreecommitdiff
path: root/src/game/Debugcmds.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-03-09 17:06:13 -0600
committermegamage <none@none>2009-03-09 17:06:13 -0600
commit01b67a1f6a08b22dcdea6e7f5647bb37dc2465d9 (patch)
tree9f49d0c2250b2a795a0017a124e8b487b0dee10e /src/game/Debugcmds.cpp
parentc9796bab32f3c0ba2859d33e1a56f6d734164b0c (diff)
[7413] Fixed finally problems with node names localization in BattleGroundAB messages. Author: VladimirMangos
Also fix build at some platforms. Note: GetTrinityString should be removed in the future when AV is updated. --HG-- branch : trunk
Diffstat (limited to 'src/game/Debugcmds.cpp')
-rw-r--r--src/game/Debugcmds.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Debugcmds.cpp b/src/game/Debugcmds.cpp
index 4323ef3897b..8a28ae72e00 100644
--- a/src/game/Debugcmds.cpp
+++ b/src/game/Debugcmds.cpp
@@ -21,6 +21,7 @@
#include "Common.h"
#include "Database/DatabaseEnv.h"
#include "WorldPacket.h"
+#include "Vehicle.h"
#include "Player.h"
#include "Opcodes.h"
#include "Chat.h"