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:
Sarjuuk
2020-04-19 17:01:06 +02:00
parent 92a1016a0f
commit 9b4c0bb09e
3 changed files with 27 additions and 9 deletions

View File

@@ -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));