Skip to content

Commit

Permalink
Fix party/raid frames name.
Browse files Browse the repository at this point in the history
  • Loading branch information
solor committed Jan 29, 2019
1 parent f8a9fa3 commit 775cbf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FreeUI/scripts/unitframe/functions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1365,7 +1365,7 @@ function module:CreatePartyName(self)
Text:SetFont(C.font.normal, 11)
Text:SetShadowOffset(2, -2)
else
F.SetFS(Name)
F.SetFS(Text)
Text:SetShadowOffset(1, -1)
end

Expand Down

5 comments on commit 775cbf8

@harukayami
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

今天更新上线后史诗钥匙界面出现了这个问题:
image
29x ...dOns\Blizzard_ChallengesUI\Blizzard_ChallengesUI.lua:404: attempt to index local 'color' (a nil value)
...dOns\Blizzard_ChallengesUI\Blizzard_ChallengesUI.lua:404: in function SetUp' ...dOns\Blizzard_ChallengesUI\Blizzard_ChallengesUI.lua:208: in function <...dOns\Blizzard_ChallengesUI\Blizzard_ChallengesUI.lua:155> [C]: ? [C]: in function ChallengesFrame_Update'
...dOns\Blizzard_ChallengesUI\Blizzard_ChallengesUI.lua:126: in function <...dOns\Blizzard_ChallengesUI\Blizzard_ChallengesUI.lua:121>

Locals:
self = {
0 =
OnEnter = defined @Blizzard_ChallengesUI\Blizzard_ChallengesUI.lua:412
HighestLevel = {
}
mapID = 252
Icon = {
}
SetUp = defined @Blizzard_ChallengesUI\Blizzard_ChallengesUI.lua:388
}
mapInfo =

{
id = 252
level = 2
inTime = true
quality = -1
}
isFirst = false
_ = "风暴神殿"
_ = 252
_ = 2340
texture = 2178732
color = nil
(*temporary) = defined =[C]:-1
(*temporary) = {
0 =
}
(*temporary) = "2"
(*temporary) =
(*temporary) = nil
(*temporary) = "attempt to index local 'color' (a nil value)"

@dwWei
Copy link

@dwWei dwWei commented on 775cbf8 Jan 29, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这是暴雪问题 你2层以上 就不会出错了

@harukayami
Copy link
Contributor

@harukayami harukayami commented on 775cbf8 Jan 30, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dwWei 收到,我就不该陪朋友打那个2层(捂脸)谢谢

@harukayami
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

那么现在已经打了2层,除了我重新打一遍这个本2层以上的钥匙,就没办法消除这个bug了吗(捂脸)

@fafaraway
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@harukayami 以后有问题发到issue里面,发这里容易看不到
你这情况我没见到过,没打过2层不知道啥意思 🤣

Please sign in to comment.