Thread Tools Display Modes
Prev Previous Post   Next Post Next
06/25/20, 01:07 PM   #1
Scootworks
 
Scootworks's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2014
Posts: 312
[open] Maptype_alliance

Where:
source code/ingame/map/worldmapquest_shared.lua


What:
Lua Code:
  1. if mapType == MAPTYPE_WORLD or mapType == MAPTYPE_COSMIC or mapType == MAPTYPE_ALLIANCE then
MAPTYPE_ALLIANCE doesn't exist == nil

Request:
- maybe just check for:
Lua Code:
  1. if GetMapType() > MAPTYPE_ZONE then
  Reply With Quote
 

ESOUI » Developer Discussions » Bug Reports » [open] Maptype_alliance


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off