diff --git a/TeleportSelector/TeleportSelectorClient.lua b/TeleportSelector/TeleportSelectorClient.lua index a6d1566..d117f86 100644 --- a/TeleportSelector/TeleportSelectorClient.lua +++ b/TeleportSelector/TeleportSelectorClient.lua @@ -206,6 +206,7 @@ local teleportCategories = { {id = 203, name = "Demon Hunter Cove", image = "Interface\\Buttons\\Teleport\\DemonhunterCove"}, {id = 204, name = "Elwynn Falls", image = "Interface\\Buttons\\Teleport\\ElwynnFalls"}, {id = 205, name = "Forgotten Gnome Camp", image = "Interface\\Buttons\\Teleport\\ForgottenGnomeCamp"}, + {id = 211, name = "Mustafar", image = "Interface\\Buttons\\Teleport\\Mustafar"}, {id = 206, name = "Newman's Landing", image = "Interface\\Buttons\\Teleport\\NewmansLanding"}, {id = 207, name = "Quel'Thalas Island", image = "Interface\\Buttons\\Teleport\\QuelthalasIsland"}, {id = 208, name = "Sandfury Delve", image = "Interface\\Buttons\\Teleport\\Sandfury"}, diff --git a/TeleportSelector/TeleportSelectorServer.lua b/TeleportSelector/TeleportSelectorServer.lua index c06b2cc..8dabc78 100644 --- a/TeleportSelector/TeleportSelectorServer.lua +++ b/TeleportSelector/TeleportSelectorServer.lua @@ -187,6 +187,7 @@ local locations = { [203] = {map = 901, x = 9648.030273, y = -208.490005, z = 21.402897, o = 0.441980}, -- Demon Hunter Cove [204] = {map = 907, x = -8325.285156, y = -340.285370, z = 145.863403, o = 6.022076}, -- Elwynn Falls [205] = {map = 909, x = -5931.078613, y = 986.903076, z = 488.972839, o = 4.873131}, -- Forgotten Gnome Camp + [211] = {map = 805, x = 12822, y = 15262.3, z = 18.5815, o = 4.873131}, -- Mustafar [206] = {map = 910, x = -6377.274902, y = -847.213379, z = 396.180176, o = 6.048255}, -- Newman's Landing [207] = {map = 908, x = 4239.342285, y = -2683.871338, z = 5.781008, o = 4.806246}, -- Quel'Thalas Island [208] = {map = 905, x = -12965.552734, y = -1277.645020, z = 45.990704, o = 4.002834}, -- Sandfury Delve