fix(premium): fix ResetSpellCooldown typo

This commit is contained in:
gasaichandesu
2026-08-22 21:32:51 +04:00
parent 1df95daa5a
commit 451d783994
+1 -1
View File
@@ -48,7 +48,7 @@ local function OnPremiumPlayer(player)
player:SendBroadcastMessage("Милостью Элуны вам была выдана способность |cff71d5ff|Hspell:" ..
SUMMON_SQUIRE_SPELL_ID .. "|h[" .. "Призыв Оруженосца]h|")
player:RemoveSpellCooldown(HEARTHSTONE_SPELL_ID)
player:ResetSpellCooldown(HEARTHSTONE_SPELL_ID)
end
local function RefreshPremiumStatus(player)