Small insignificant changes
FranekWoW [06-13-19 - 19:32]
Small insignificant changes
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..a6c5b9f
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,13 @@
+# Changelog
+## v1.0.1 (2019-06-13)
+
+### Small insignificant corrections
+
+Changes:
+
+* "Create all waypoints ..." was removed from the drop down menu
+* Icons indicating shrines have subtle shdow to add depth
+
+## v1.0.0 (2019-06-01)
+
+### Addon released
diff --git a/Icons/blue_shrine.tga b/Icons/blue_shrine.tga
index 949c54f..a5d3fc9 100644
Binary files a/Icons/blue_shrine.tga and b/Icons/blue_shrine.tga differ
diff --git a/Icons/green_shrine.tga b/Icons/green_shrine.tga
index e32ad1b..d0b8d6f 100644
Binary files a/Icons/green_shrine.tga and b/Icons/green_shrine.tga differ
diff --git a/Icons/orange_shrine.tga b/Icons/orange_shrine.tga
index d0fb293..2111c7d 100644
Binary files a/Icons/orange_shrine.tga and b/Icons/orange_shrine.tga differ
diff --git a/Icons/purple_shrine.tga b/Icons/purple_shrine.tga
index 5090cfa..c330678 100644
Binary files a/Icons/purple_shrine.tga and b/Icons/purple_shrine.tga differ
diff --git a/Icons/red_shrine.tga b/Icons/red_shrine.tga
index 6577679..fdd0323 100644
Binary files a/Icons/red_shrine.tga and b/Icons/red_shrine.tga differ
diff --git a/Icons/yellow_shrine.tga b/Icons/yellow_shrine.tga
index 233123d..81ea9b7 100644
Binary files a/Icons/yellow_shrine.tga and b/Icons/yellow_shrine.tga differ
diff --git a/Shrines.lua b/Shrines.lua
index e2fa40e..254473c 100644
--- a/Shrines.lua
+++ b/Shrines.lua
@@ -1,15 +1,5 @@
local myname, ns = ...
-ns.merge = merge
-ns.path = path
-
-local merge = function(t1, t2)
- if not t2 then return t1 end
- for k, v in pairs(t2) do
- t1[k] = v
- end
-end
-
local path_meta = {__index = {
label = "Path to treasure",
atlas = "map-icon-SuramarDoor.tga",
@@ -17,11 +7,6 @@ local path_meta = {__index = {
scale = 1.1,
}}
-local path = function(details)
- return setmetatable(details or {}, path_meta)
-end
-
-
ns.map_spellids = {
-- [862] = 0, -- Zuldazar
-- [863] = 0, -- Nazmir
diff --git a/handler.lua b/handler.lua
index 98a2344..3c28de6 100644
--- a/handler.lua
+++ b/handler.lua
@@ -197,13 +197,6 @@ do
info.arg2 = currentCoord
UIDropDownMenu_AddButton(info, level)
wipe(info)
-
- info.text = "Create waypoint for all cauldrons in zone"
- info.notCheckable = 1
- info.func = createWaypointBulk
- info.arg1 = currentZone
- UIDropDownMenu_AddButton(info, level)
- wipe(info)
end
-- Hide menu item