Skip to content

Commit

Permalink
Add Dun Nifflelem FP Data
Browse files Browse the repository at this point in the history
  • Loading branch information
beren12 committed Sep 1, 2022
1 parent f7d63a7 commit e3273d5
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 0 deletions.
Empty file modified .gitattributes
100755 → 100644
Empty file.
Empty file modified .gitignore
100755 → 100644
Empty file.
58 changes: 58 additions & 0 deletions FlightMapData-WOTLKC.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2237,6 +2237,35 @@ Default_EFM_FlightData = {
["Ulduar, The Storm Peaks"] = 44,
},
},
["Dun Nifflelem, The Storm Peaks"] = {
["fmLoc"] = {
["y"] = "0.28",
["x"] = "0.72",
},
["wmLoc"] = {
["y"] = "0.27",
["x"] = "0.66",
},
["name"] = "Dun Nifflelem, The Storm Peaks",
["zmLoc"] = {
["y"] = "60",
["x"] = "62",
},
["worldMapLoc"] = {
["y"] = "0.11",
["x"] = "0.58",
},
["routes"] = {
"K3, The Storm Peaks", -- [1]
"Ulduar, The Storm Peaks", -- [2]
"Zim'Torga, Zul'Drak", -- [3]
},
["timers"] = {
["K3, The Storm Peaks"] = 88,
["Ulduar, The Storm Peaks"] = 84,
["Zim'Torga, Zul'Drak"] = 89,
},
},
["Frosthold, The Storm Peaks"] = {
["fmLoc"] = {
["y"] = "0.32",
Expand Down Expand Up @@ -5359,6 +5388,35 @@ Default_EFM_FlightData = {
["Ulduar, The Storm Peaks"] = 44,
},
},
["Dun Nifflelem, The Storm Peaks"] = {
["fmLoc"] = {
["y"] = "0.28",
["x"] = "0.72",
},
["wmLoc"] = {
["y"] = "0.27",
["x"] = "0.66",
},
["name"] = "Dun Nifflelem, The Storm Peaks",
["zmLoc"] = {
["y"] = "60",
["x"] = "62",
},
["worldMapLoc"] = {
["y"] = "0.11",
["x"] = "0.58",
},
["routes"] = {
"K3, The Storm Peaks", -- [1]
"Ulduar, The Storm Peaks", -- [2]
"Zim'Torga, Zul'Drak", -- [3]
},
["timers"] = {
["K3, The Storm Peaks"] = 88,
["Ulduar, The Storm Peaks"] = 84,
["Zim'Torga, Zul'Drak"] = 89,
},
},
["Camp Tunka'lo, The Storm Peaks"] = {
["fmLoc"] = {
["y"] = "0.25",
Expand Down

0 comments on commit e3273d5

Please sign in to comment.