mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-22 15:46:56 +00:00
turtle-wow: fallback to empty custom cast string
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user