comparison WorldPlan.lua @ 45:db570c6a0ffb v1.0-rc12

- Fixed filter buttons losing their anchor after FlightMap interactions - Fixed flickering tooltips - Fixed a source of hangs while opening the world map, particularly in non-Broken-Isle continents. - Workaround for World Map Action Button: Temporarily activate blizzard POI buttons while a quest-targeting spell is on the cursor.
author Nenue
date Mon, 26 Dec 2016 10:20:52 -0500
parents 77c2ffb5c7f5
children 733785e306a3
comparison
equal deleted inserted replaced
44:59e9d66195dd 45:db570c6a0ffb
318 module:OnWorldMapFrameUpdate() 318 module:OnWorldMapFrameUpdate()
319 end 319 end
320 end 320 end
321 end) 321 end)
322 322
323
324 SLASH_WORLDPLAN1 = "/worldplan" 323 SLASH_WORLDPLAN1 = "/worldplan"
325 SLASH_WORLDPLAN2 = "/wp" 324 SLASH_WORLDPLAN2 = "/wp"
326 325
327 326
328 327