aboutsummaryrefslogtreecommitdiff
path: root/src/game/Transports.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-03-27 09:58:20 -0600
committermegamage <none@none>2009-03-27 09:58:20 -0600
commitbc2f2bc56a0c4c1a732911c52cb405af6af309c9 (patch)
tree7f27f5edafdfa6f7f9aa93c16ca0c53bfd1f1b49 /src/game/Transports.cpp
parent5f47775ac36c78512e9a233ad31db657045617fb (diff)
[7552] Move client version dependend DBC code to src/game. Author: VladimirMangos
--HG-- branch : trunk
Diffstat (limited to 'src/game/Transports.cpp')
-rw-r--r--src/game/Transports.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Transports.cpp b/src/game/Transports.cpp
index ea267f5df46..147f8ce39a3 100644
--- a/src/game/Transports.cpp
+++ b/src/game/Transports.cpp
@@ -26,7 +26,7 @@
#include "Path.h"
#include "WorldPacket.h"
-#include "Database/DBCStores.h"
+#include "DBCStores.h"
#include "ProgressBar.h"
#include "World.h"