HandyNotes_Directions

1 - Addon not woking

Take a pach:

Index: Directions.lua
===================================================================
--- Directions.lua  (revision 43)
+++ Directions.lua  (working copy)
@@ -43,7 +43,7 @@
     }
 end
 
-local icon = setupLandmarkIcon([[Interface\Minimap\POIIcons]], WorldMap_GetPOITextureCoords(6)) -- the cute lil' flag
+local icon = setupLandmarkIcon([[Interface\Minimap\POIIcons]], WorldMap_GetPOITextureCoords(7)) -- the cute lil' flag
 
 ---------------------------------------------------------
 -- Plugin Handlers to HandyNotes
@@ -190,7 +190,7 @@
     if not lastGossip then return end
     for mark = 1, GetNumMapLandmarks(), 1 do
         local name, _, tex, x, y = GetMapLandmarkInfo(mark)
-        if tex == 6 and not alreadyAdded[name] then
+        if tex == 7 and not alreadyAdded[name] then
             alreadyAdded[name] = true
             self:AddLandmark(x, y, lastGossip)
         end

User When Change
Kemayo Feb 15, 2009 at 11:15 UTC Changed status from New to Fixed
Zuz666 Nov 20, 2008 at 16:35 UTC Create

You must login to post a comment. Don't have an account? Register to get one!

Facts

Last updated
Feb 15, 2009
Reported
Nov 20, 2008
Status
Fixed - Developer made requested changes. QA should verify.
Type
Patch - Source code patch for review
Priority
Medium - Normal priority.
Votes
0

Reported by

Possible assignees