- enabled minimap in listviews for premium users & staff

- NPCs: display information about mechImmune and extraFlags to staff
This commit is contained in:
Sarjuuk
2015-03-28 23:14:37 +01:00
parent c7fe84b7e0
commit d47fa93806
4 changed files with 60 additions and 3 deletions

View File

@@ -10493,6 +10493,9 @@ Listview.templates = {
a.style.backgroundImage = "url(" + g_staticUrl + "/images/wow/icons/tiny/quest_start.gif)";
}
if (g_user.roles & U_GROUP_PREMIUM_PERMISSIONS)
a.rel = 'map';
$WH.ae(wrapper, a);
if (npc.tag != null) {
@@ -10731,6 +10734,9 @@ Listview.templates = {
a.style.backgroundImage = "url(" + g_staticUrl + "/images/wow/icons/tiny/quest_start.gif)";
}
if (g_user.roles & U_GROUP_PREMIUM_PERMISSIONS)
a.rel = 'map';
$WH.ae(wrapper, a);
if (object.method != null) {