diff options
author | megamage <none@none> | 2009-03-27 09:58:20 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-03-27 09:58:20 -0600 |
commit | bc2f2bc56a0c4c1a732911c52cb405af6af309c9 (patch) | |
tree | 7f27f5edafdfa6f7f9aa93c16ca0c53bfd1f1b49 /src/game/HostilRefManager.cpp | |
parent | 5f47775ac36c78512e9a233ad31db657045617fb (diff) |
[7552] Move client version dependend DBC code to src/game. Author: VladimirMangos
--HG--
branch : trunk
Diffstat (limited to 'src/game/HostilRefManager.cpp')
-rw-r--r-- | src/game/HostilRefManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/HostilRefManager.cpp b/src/game/HostilRefManager.cpp index aee035ded49..4a51d54248d 100644 --- a/src/game/HostilRefManager.cpp +++ b/src/game/HostilRefManager.cpp @@ -21,7 +21,7 @@ #include "HostilRefManager.h" #include "ThreatManager.h" #include "Unit.h" -#include "Database/DBCStructure.h" +#include "DBCStructure.h" #include "SpellMgr.h" HostilRefManager::~HostilRefManager() |