Update TeleportSelectorClient.lua

This commit is contained in:
Manmadedrummer
2025-09-03 17:26:01 -04:00
committed by GitHub
parent d45fa78625
commit 9cf1c22411

View File

@@ -91,9 +91,9 @@ local teleportCategories = {
{id = 68, name = "Nagrand", image = "Interface\\Buttons\\Teleport\\Nagrand"},
{id = 69, name = "Netherstorm", image = "Interface\\Buttons\\Teleport\\Netherstorm"},
{id = 70, name = "Terokkar Forest", image = "Interface\\Buttons\\Teleport\\TerokkarForest"},
{id = 158, name = "Shadowmoon Valley", image = "Interface\\Buttons\\Teleport\\ShadowmoonValley"},
{id = 71, name = "Sunstrider Isle", image = "Interface\\Buttons\\Teleport\\SunstriderIsle"},
{id = 72, name = "Zangarmarsh", image = "Interface\\Buttons\\Teleport\\Zangarmarsh"},
{id = 158, name = "Shadowmoon Valley", image = "Interface\\Buttons\\Teleport\\ShadowmoonValley"},
},
["Northrend"] = {
@@ -376,3 +376,4 @@ function ShowTeleportButtons()
end
end