9 - Update LibTourist
Quote:Broker_Location\Libs\LibTourist-3.0\LibTourist-3.0.lua:4636: attempt to index field '?' (a nil value) Time: 08/03/12 13:05:24 Count: 1 Stack: Broker_Location\Libs\LibTourist-3.0\LibTourist-3.0.lua:4636: in main chunk
Locals: MAJOR_VERSION = "LibTourist-3.0" MINOR_VERSION = 90142
For a temporary fix you can go into World of Warcraft\interface\addons\Broker_Location\Libs\LibTourist-3.0 file LibTourist-3.0.lua. Around line 4636 you should find:
for continentID, continentName in ipairs(continentNames) do SetMapZoom(continentID) if zones[continentName] then zones[continentName].texture = GetMapInfo() end local zoneNames = { GetMapZones(continentID) } local continentYards = zones[continentName].yards
Replace it with the following:
for continentID, continentName in ipairs(continentNames) do SetMapZoom(continentID) local continentYards if zones[continentName] then zones[continentName].texture = GetMapInfo() continentYards = zones[continentName].yards end local zoneNames = { GetMapZones(continentID) }
- 2 comments
- 2 comments
Facts
- Last updated
- Aug 31, 2012
- Reported
- Aug 30, 2012
- Status
- Fixed - Developer made requested changes. QA should verify.
- Type
- Other - Some other kind of issue
- Priority
- High - Strongly want to resolve in the specified milestone.
- Votes
- 1
- Reply
- #2
iceeagle Aug 31, 2012 at 11:48 UTC - 0 likesUpdated LibTourist, now ar r145. I'm in the process of updating Broker_Location.
- Reply
- #1
Zidomo Aug 31, 2012 at 01:27 UTC - 0 likesHaven't looked at the differences closely as I don't play WoW anymore, but Sutorix has hacked/updated the panda-bugged LibTourist r143 "so that it doesn't break". A brief glance and its different than what you have posted here.
His hacked LibTourist is included with the current Fishing Buddy, you may want to have a look.