[9629] Replace some PQuery/PExecute by more simple Query/Execute.

Signed-off-by: hunuza <hunuza@gmail.com>
This commit is contained in:
hunuza 2010-03-27 12:08:24 +01:00
parent af1ce1433d
commit 4d4f3ae4a2
4 changed files with 5 additions and 5 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...");