From e3273d55443d9236de405dabd038d8c1a6921979 Mon Sep 17 00:00:00 2001 From: Chris Zubrzycki Date: Thu, 1 Sep 2022 17:48:43 -0400 Subject: [PATCH] Add Dun Nifflelem FP Data --- .gitattributes | 0 .gitignore | 0 FlightMapData-WOTLKC.lua | 58 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 58 insertions(+) mode change 100755 => 100644 .gitattributes mode change 100755 => 100644 .gitignore diff --git a/.gitattributes b/.gitattributes old mode 100755 new mode 100644 diff --git a/.gitignore b/.gitignore old mode 100755 new mode 100644 diff --git a/FlightMapData-WOTLKC.lua b/FlightMapData-WOTLKC.lua index e4caf08..ebe76b3 100644 --- a/FlightMapData-WOTLKC.lua +++ b/FlightMapData-WOTLKC.lua @@ -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", @@ -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",