mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
- enabled minimap in listviews for premium users & staff
- NPCs: display information about mechImmune and extraFlags to staff
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user