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:
Spp
2010-04-30 11:21:25 +02:00
parent 19bed20036
commit 1bc2a9fd4a
9 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -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)
{