mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Zones/Misc
* hide some more unused zone * link zones Plaguelands: Scarlet Enclave and Onyxia's Lair to correct map * fixed wotlk raids all being heroic * link icecrown citadel sub maps to master and hide sub maps
This commit is contained in:
@@ -103,6 +103,8 @@ class ZonesPage extends GenericPage
|
||||
?_taxinodes tn2
|
||||
WHERE tn1.Id = tp.endNodeId AND
|
||||
tn2.Id = tp.startNodeId AND
|
||||
tn1.type <> 0 AND
|
||||
tn2.type <> 0 AND
|
||||
(tp.startNodeId IN (?a) OR tp.EndNodeId IN (?a))
|
||||
', array_keys($nodes), array_keys($nodes));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user