mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-21 07:11:59 -04:00
Replace some PQuery/PExecute by more simple Query/Execute
Original patch by hunuza, extended to whole code Closses issue 1446 --HG-- branch : trunk
This commit is contained in:
@@ -8943,7 +8943,7 @@ void ObjectMgr::LoadGMTickets()
|
||||
|
||||
} while (result->NextRow());
|
||||
|
||||
result = CharacterDatabase.PQuery("SELECT MAX(guid) from gm_tickets");
|
||||
result = CharacterDatabase.Query("SELECT MAX(guid) from gm_tickets");
|
||||
|
||||
if (result)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user