diff options
| author | Brian <runningnak3d@gmail.com> | 2010-06-08 13:05:47 -0600 |
|---|---|---|
| committer | Brian <runningnak3d@gmail.com> | 2010-06-08 13:05:47 -0600 |
| commit | b76b6700edeac8f7b036e39400cbfb6bd1a22c33 (patch) | |
| tree | c490994f020f5c5ff6c12e819615ead04d21b51c /src/server/game/Reputation | |
| parent | 413af7b21f57930c8cb4a0777168bd601828c51a (diff) | |
* Linux compile with and without PCH fixed
* Script library compile fixed
* --todo: fix all scripts themselves :)
--HG--
branch : trunk
Diffstat (limited to 'src/server/game/Reputation')
| -rw-r--r-- | src/server/game/Reputation/ReputationMgr.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/server/game/Reputation/ReputationMgr.h b/src/server/game/Reputation/ReputationMgr.h index 9fc0efdf850..4c0fd778a4d 100644 --- a/src/server/game/Reputation/ReputationMgr.h +++ b/src/server/game/Reputation/ReputationMgr.h @@ -20,10 +20,10 @@ #define __TRINITY_REPUTATION_MGR_H #include "Common.h" -#include "Miscellaneous/SharedDefines.h" -#include "Miscellaneous/Language.h" -#include "DataStores/DBCStructure.h" -#include "Database/QueryResult.h" +#include "SharedDefines.h" +#include "Language.h" +#include "DBCStructure.h" +#include "QueryResult.h" #include <map> static uint32 ReputationRankStrIndex[MAX_REPUTATION_RANK] = |
