Zone names are not displayed if no waypoint data exists
rdw-software opened this issue ยท 2 comments
Source: WowAce
Does anyone understand why (f.e. in Battle Pets section) for Brinstone Algan I see the correct zone (Nazjatar) but for Wriggler, Budding Algan and several other battle pets, the zone is empty. When I check the settings for those battle pets, they do not look different from the ones, where the Zone is displayed properly.
Has this changed over the past years? There are plenty items without any waypoints/coordinates that still show their respective zones as long as the zone id is set. I.e. all the items from paragon reputation caches etc.
The items the user is referring to doesn't have the zone id set either, but that's somewhat covered in #130. :)
I think "waypoint data" refers to the coordinates
entry, regardless of whether it only consists of a mapID
.
If there isn't any such field, I would expect no zone to be displayed if true, and otherwise that Rarity attempts to display the zone by looking up the zoneText
via LibBabble
(IIRC).
Edit: We're quickly getting into spaghetti code territory here, so good luck ๐