From aba154acbde0c83f6176f903cc34b3e3dd4ebaa6 Mon Sep 17 00:00:00 2001 From: shagu Date: Wed, 9 Apr 2025 21:34:38 +0200 Subject: [PATCH] turtle-wow: fallback to empty custom cast string --- modules/turtle-wow.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/turtle-wow.lua b/modules/turtle-wow.lua index b461a1fe..9f292b8c 100644 --- a/modules/turtle-wow.lua +++ b/modules/turtle-wow.lua @@ -191,7 +191,7 @@ pfUI:RegisterModule("turtle-wow", "vanilla", function () -- add locales pfUI_locale["enUS"]["customcast"]["TRUESHOT"] = "Steady Shot" pfUI_locale["zhCN"]["customcast"]["TRUESHOT"] = "稳固射击" - local trueshot = L["customcast"]["TRUESHOT"] + local trueshot = L["customcast"]["TRUESHOT"] or "" libcast.customcast[strlower(trueshot)] = function(begin, duration) if begin then