mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 22:37:02 +00:00
[9629] Replace some PQuery/PExecute by more simple Query/Execute.
Signed-off-by: hunuza <hunuza@gmail.com>
This commit is contained in:
parent
af1ce1433d
commit
4d4f3ae4a2
4 changed files with 5 additions and 5 deletions
|
|
@ -2073,8 +2073,8 @@ void BattleGroundMgr::LoadBattleEventIndexes()
|
|||
uint32 count = 0;
|
||||
|
||||
QueryResult *result =
|
||||
// 0 1 2 3 4 5 6
|
||||
WorldDatabase.PQuery( "SELECT data.typ, data.guid1, data.ev1 AS ev1, data.ev2 AS ev2, data.map AS m, data.guid2, description.map, "
|
||||
// 0 1 2 3 4 5 6
|
||||
WorldDatabase.Query( "SELECT data.typ, data.guid1, data.ev1 AS ev1, data.ev2 AS ev2, data.map AS m, data.guid2, description.map, "
|
||||
// 7 8 9
|
||||
"description.event1, description.event2, description.description "
|
||||
"FROM "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue