diff options
| author | Spp <spp@jorge.gr> | 2012-08-03 15:54:54 +0200 |
|---|---|---|
| committer | Spp <spp@jorge.gr> | 2012-08-03 15:54:54 +0200 |
| commit | 634776e0bcc90e610a3f736e8ddf75792ad9b73e (patch) | |
| tree | fbe98d997a68f99062eed13070c707a8a4b5e76d /src/server/game/DataStores | |
| parent | 55ce180f2867700b28921d99f9a0cb9c83330c91 (diff) | |
Fix compile under windows
Diffstat (limited to 'src/server/game/DataStores')
| -rwxr-xr-x | src/server/game/DataStores/DBCStores.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/DataStores/DBCStores.cpp b/src/server/game/DataStores/DBCStores.cpp index abf385b1463..48ceda2a212 100755 --- a/src/server/game/DataStores/DBCStores.cpp +++ b/src/server/game/DataStores/DBCStores.cpp @@ -637,7 +637,7 @@ void LoadDBCStores(const std::string& dataPath) } sLog->outInfo(LOG_FILTER_GENERAL, ">> Initialized %d data stores in %u ms", DBCFileCount, GetMSTimeDiffToNow(oldMSTime)); - + } SimpleFactionsList const* GetFactionTeamList(uint32 faction) |
