Latest Neocron News and Information
- New test server patch #563 has been released to Vedeena
Difference between revisions of "Metadata:Mapping/Map.js"
From Neocron Wiki
(Fecking IE7 fixes) |
(NPC hiding added...need to change this) |
||
Line 35: | Line 35: | ||
if (wgPageName!='Template:Mapkey') | if (wgPageName!='Template:Mapkey') | ||
{ | { | ||
− | hideMapKey(' | + | hideMapKey('map_default'); |
hideMapKey('map_outpost'); | hideMapKey('map_outpost'); | ||
hideMapKey('map_outpost_lab'); | hideMapKey('map_outpost_lab'); | ||
Line 49: | Line 49: | ||
hideMapKey('map_city'); | hideMapKey('map_city'); | ||
hideMapKey('map_city_entrance'); | hideMapKey('map_city_entrance'); | ||
+ | hideMapKey('map_npc'); | ||
} | } | ||
// End of functions | // End of functions | ||
}); | }); |