From b9323f1a5ffa5edf6aafcc9152c0d4e09eeffa8e Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Sat, 8 Nov 2008 16:48:03 +0000 Subject: [PATCH] Fix an error that could occur when right-clicking a waypoint after setting it, without ReloadWaypoints having been called --- TomTom.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/TomTom.lua b/TomTom.lua index ae352a1..5b5b97f 100755 --- a/TomTom.lua +++ b/TomTom.lua @@ -133,6 +133,7 @@ function TomTom:ADDON_LOADED(event, addon) self.dropdown = CreateFrame("Frame", "TomTomDropdown", nil, "UIDropDownMenuTemplate") self.waypoints = waypoints + self.waypointprofile = self.waydb.profile self:RegisterEvent("PLAYER_LEAVING_WORLD") self:RegisterEvent("PLAYER_ENTERING_WORLD", "ZoneChanged") -- 1.7.9.5