Merge remote branch 'origin/master' into 330

This commit is contained in:
tomrus88 2010-03-27 20:02:17 +03:00
commit 5a89e063c8
10 changed files with 151 additions and 190 deletions

View file

@ -895,7 +895,7 @@ void World::SetInitialWorldSettings()
loginDatabase.PExecute("UPDATE realmlist SET icon = %u, timezone = %u WHERE id = '%d'", server_type, realm_zone, realmID);
///- Remove the bones after a restart
CharacterDatabase.PExecute("DELETE FROM corpse WHERE corpse_type = '0'");
CharacterDatabase.Execute("DELETE FROM corpse WHERE corpse_type = '0'");
///- Load the DBC files
sLog.outString("Initialize data stores...");