Update TeleportSelectorClient.lua

This commit is contained in:
Manmadedrummer
2025-09-03 17:23:48 -04:00
committed by GitHub
parent 832010c385
commit 7b23a44fd2

View File

@@ -93,6 +93,7 @@ local teleportCategories = {
{id = 70, name = "Terokkar Forest", image = "Interface\\Buttons\\Teleport\\TerokkarForest"},
{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"] = {
@@ -374,3 +375,4 @@ function ShowTeleportButtons()
label:SetTextColor(209 / 255, 163 / 255, 14 / 255)
end
end