Skip to content

Commit

Permalink
Add new "teleport" in winter veil
Browse files Browse the repository at this point in the history
  • Loading branch information
p3lim committed Dec 20, 2024
1 parent bb56475 commit a04484d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion data/misc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ addon.data[125349] = {
y = 0.3364,
tooltipMap = 2339,
}

addon.ignoreOption[131547] = true
addon.ignoreOption[131550] = true

Expand All @@ -33,3 +32,12 @@ addon.data[125351] = {
y = 0.3929,
tooltipMap = 2369,
}

-- Father Winter's Helper (during Feast of Winter Veil)
addon.data[131324] = { -- alliance version
mapID = 25, -- Hillsbrad Foothills
x = 0.4584,
y = 0.4300,
tooltipMap = 25,
}
addon.data[131325] = addon.data[131324] -- horde version

0 comments on commit a04484d

Please sign in to comment.