Zones/Misc

* fix allowed categories on ListPage
 * fix instances for zone 3523
This commit is contained in:
Sarjuuk
2017-04-20 01:08:09 +02:00
parent a695a4188c
commit 178a67e180
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ class ZonesPage extends GenericPage
protected $path = [0, 6];
protected $tabId = 0;
protected $mode = CACHE_TYPE_PAGE;
protected $validCats = [true, true, [0, 1, 2], [0, 1, 2], true, true, true, true, true];
protected $validCats = [true, true, [0, 1, 2], [0, 1, 2], false, false, true, false, true, true, true];
protected $js = ['ShowOnMap.js'];
public function __construct($pageCall, $pageParam)

View File

@@ -24,7 +24,7 @@ $customData = array(
3849 => ['parentAreaId' => 3523, 'parentX' => 70.5, 'parentY' => 69.6],
3847 => ['parentAreaId' => 3523, 'parentX' => 71.7, 'parentY' => 55.1],
3848 => ['parentAreaId' => 3523, 'parentX' => 74.3, 'parentY' => 57.8],
3456 => ['parentAreaId' => 3523, 'parentX' => 73.5, 'parentY' => 63.7]
3845 => ['parentAreaId' => 3523, 'parentX' => 73.5, 'parentY' => 63.7]
);
$reqDBC = ['worldmaptransforms', 'worldmaparea', 'map', 'mapdifficulty', 'areatable', 'lfgdungeons', 'battlemasterlist'];