mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Zones:
- added questgivers to map - added listviews: Quests, Started By (Item), Quest Rewards - fixed error in setup: kalimdor zones are back from eastern kingdoms
This commit is contained in:
@@ -44,7 +44,7 @@ function zones()
|
||||
IF(m.areaType = 4, 9,
|
||||
IF(m.isBG = 1, 6,
|
||||
IF(a.mapId = 571, 10,
|
||||
IF(a.mapId = 530, 8, 0))))))),
|
||||
IF(a.mapId = 530, 8, a.mapId))))))),
|
||||
a.flags,
|
||||
IF(wma.id IS NULL AND m.areaType <> 4, ?d, 0), -- cuFlags,
|
||||
IF(a.flags & 0x01000000, 5, -- g_zone_territories
|
||||
|
||||
Reference in New Issue
Block a user