mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 22:51:53 -05:00
Fixed error when showing Blizzard's Rune frame
This commit is contained in:
@ -559,13 +559,7 @@ function Runes.prototype:ShowBlizz()
|
|||||||
RuneFrame:Show()
|
RuneFrame:Show()
|
||||||
|
|
||||||
RuneFrame:GetScript("OnLoad")(RuneFrame)
|
RuneFrame:GetScript("OnLoad")(RuneFrame)
|
||||||
RuneFrame:GetScript("OnEvent")(frame, "PLAYER_ENTERING_WORLD")
|
RuneFrame:GetScript("OnEvent")(RuneFrame, "PLAYER_ENTERING_WORLD")
|
||||||
for i=1, self.numRunes do
|
|
||||||
local frame = _G["RuneButtonIndividual"..i]
|
|
||||||
if frame then
|
|
||||||
frame:GetScript("OnLoad")(frame)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
||||||
local function hook_playerframe()
|
local function hook_playerframe()
|
||||||
|
Reference in New Issue
Block a user