mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
implemented type areatrigger
* staff only
This commit is contained in:
@@ -186,7 +186,7 @@ ShowOnMap.prototype.construct = function() {
|
||||
allianceDailyCoords[pin.level] = [];
|
||||
}
|
||||
|
||||
if (idx != 'rare' && idx != 'spirithealer' && idx != 'book' && idx != 'forge' && idx != 'anvil' && idx != 'hordequests' && idx != 'alliancequests' && idx != 'hordedailyquests' && idx != 'alliancedailyquests' && idx != 'boss') {
|
||||
if (idx != 'rare' && idx != 'spirithealer' && idx != 'book' && idx != 'forge' && idx != 'anvil' && idx != 'hordequests' && idx != 'alliancequests' && idx != 'hordedailyquests' && idx != 'alliancedailyquests' && idx != 'boss' && idx != 'areatrigger') { // aowow - areatrigger is custom
|
||||
if (tooltip[1] == 2 || tooltip[1] == 0) {
|
||||
if (tooltip[1] == 2) {
|
||||
hordeLegend[2] = [LANG.som_legend_horde, null];
|
||||
|
||||
Reference in New Issue
Block a user