Remove TBC expansion support from auto-dismount

This commit is contained in:
2026-08-12 15:55:46 +02:00
committed by GitHub
parent aa5327f5b5
commit b88eac3cff
+1 -1
View File
@@ -4,7 +4,7 @@ local T = ShaguTweaks.T
local module = ShaguTweaks:register({
title = T["Auto Dismount"],
description = T["Automatically dismounts whenever a spell is casted."],
expansions = { ["vanilla"] = true, ["tbc"] = nil },
expansions = { ["vanilla"] = true },
enabled = true,
})