mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 16:37:00 +00:00
Merge remote branch 'origin/master' into 330
This commit is contained in:
commit
5a89e063c8
10 changed files with 151 additions and 190 deletions
|
|
@ -2088,8 +2088,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