mirror of
https://github.com/mangosfour/server.git
synced 2025-12-29 07:37:05 +00:00
More SQL delimiting for modern servers (#166)
* Add delimiter to sql objects
This commit is contained in:
parent
95056c5a29
commit
bd4f8a8f40
21 changed files with 114 additions and 114 deletions
|
|
@ -72,7 +72,7 @@ void GMTicketMgr::LoadGMTickets()
|
|||
|
||||
if (ticket.GetPlayerGuid()) // already exist
|
||||
{
|
||||
CharacterDatabase.PExecute("DELETE FROM character_ticket WHERE ticket_id = '%u'", fields[4].GetUInt32());
|
||||
CharacterDatabase.PExecute("DELETE FROM `character_ticket` WHERE `ticket_id` = '%u'", fields[4].GetUInt32());
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue