1
0
Bifurcation 0

Minor fix to ensure that everything is clean if the user cancels the custom waypoint via the world map.

Cette révision appartient à :
Nathanial.C.Jones 2011-07-17 01:30:37 +00:00
Parent 3ec5438347
révision 8da1bf09d5
1 fichiers modifiés avec 1 ajouts et 1 suppressions

Voir le fichier

@ -106,7 +106,7 @@ local function QH_FindCoord(locx, locy, locz, label)
custom_find[label] = cluster
node.map_suppress_ignore = true
node.map_custom_menu = function (menu) QuestHelper:CreateMenuItem(menu, QHText("FIND_REMOVE")):SetFunction(function () QH_Route_ClusterRemove(cluster) end) end
node.map_custom_menu = function (menu) QuestHelper:CreateMenuItem(menu, QHText("FIND_REMOVE")):SetFunction(function () QH_Route_ClusterRemove(cluster); custom_find[cluster.tracker_desc] = nil end) end
QH_Route_ClusterAdd(cluster)
else