mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
[11292] Strip trailing whitespace after [11284]
This commit is contained in:
parent
443b5c776c
commit
37fd225a89
12 changed files with 26 additions and 28 deletions
|
|
@ -105,7 +105,7 @@ void MapPersistentState::SaveGORespawnTime(uint32 loguid, time_t t)
|
|||
|
||||
static SqlStatementID delSpawnTime ;
|
||||
static SqlStatementID insSpawnTime ;
|
||||
|
||||
|
||||
SqlStatement stmt = CharacterDatabase.CreateStatement(delSpawnTime, "DELETE FROM gameobject_respawn WHERE guid = ? AND instance = ?");
|
||||
stmt.PExecute(loguid, m_instanceid);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue