EPGP-Classic

EPGP-Classic

289k Downloads

On Titan toolbar error on mouseover

rbpaiett opened this issue ยท 5 comments

commented

When doing mouseover on icon on the Titan toolbar I get the following error:

2x AceLocale-3.0-6: EPGP: Missing entry for 'Decay=%s%% BaseGP=%s MinEP=%s Extras=%s%%'
EPGP-Classic\modules\ldb.lua:41: in function func' TitanClassic\LDBToTitanClassic.lua:185: in function TitanLDBSetTooltip'
TitanClassic\LDBToTitanClassic.lua:249: in function <TitanClassic\LDBToTitanClassic.lua:247>

Am I missing something?

commented

https://github.com/jpxthu/EPGP-Classic/blob/master/modules/ldb.lua#L41

L["Decay=%s%% BaseGP=%s MinEP=%s Extras=%s%%"]

There is no such an item in localization. I think there is no need to localize it. Try to modify it to a string if you are calling this file. If it works, create a PR please. Thanks!

commented

Please try this locally: #51

commented

Is this something I need to be doing or am I just being given the latest info? I don't understand much about what you're talking about.

commented

Never mind. I just released a new version. Please update and have a try when v1.5.5 is available.

commented

Works just fine, thanks!