diff options
| author | kaelima <kaelima@live.se> | 2011-11-25 18:54:59 +0100 |
|---|---|---|
| committer | kaelima <kaelima@live.se> | 2011-11-25 18:54:59 +0100 |
| commit | ec54bb48952fb0f766c61976f736ad727f9aadd0 (patch) | |
| tree | 816594e7dc4373461cb87743d2d09365234b3b1a /src/server/game/World | |
| parent | 9696d6ba7b02b722b4a03e253ffa653e16940af1 (diff) | |
Core/Misc:
Clearing compile errors since UpdateFields were changed:
- Completely remove ammo (Cataclysm change)
- Revert some changes with power/maxpower and only store the 5 needed powers in db (the rest is useless)
- Remove GuildId from corpse
- Move PLAYER_GUILDID to character db (removed updatefield)
Note: Compile is still not working as we need to change currency handling
Diffstat (limited to 'src/server/game/World')
| -rwxr-xr-x | src/server/game/World/World.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/World/World.cpp b/src/server/game/World/World.cpp index 9a5a8d6f5fe..e4ee17e324d 100755 --- a/src/server/game/World/World.cpp +++ b/src/server/game/World/World.cpp @@ -1258,7 +1258,7 @@ void World::SetInitialWorldSettings() ///- Load the DBC files sLog->outString("Initialize data stores..."); LoadDBCStores(m_dataPath); - LoadDB2Stores(m_dataPath); + LoadDB2Stores(m_dataPath); DetectDBCLang(); sLog->outString("Loading spell dbc data corrections..."); |
