Closed Moezenka closed 3 months ago
Downgraded just now to the v3.32 release and it seems to be working fine. src: https://github.com/Vysci/LFG-Bulletin-Board/releases/tag/v3.32
@Moezenka what language are you using?
Hey I'm on a trip for the weekend. Can't check until Monday
@Vysci for this one, I think this could fix it.
Where you have
["DFC"] = 830, -- Demon Fall Canyon
Add a conditional so it doesn't get added to the ID's table if not isSoD
["DFC"] = isSoD and 830 or nil, -- Demon Fall Canyon
You added the override data correctly for sod only, but the spoofed LFGDungeonID
was getting added for both SoD and Era. 👍🏽
Good call, I forgot that hc and era is a thing
@Moezenka what language are you using?
I'm running the english client, I believe the locale is enUS
.
Verified by running:
/run print(GetLocale())
-- OUTPUT
enUS
@Moezenka can you check if you encounter this issue on 3.34
@Moezenka can you check if you encounter this issue on 3.34
LGTM, no errors are being thrown 👍 Thanks y'all for looking into this and resolving the issue 👏
Describe the bug The addon stopped working after upgrading to version
v3.33
.To Reproduce Steps to reproduce the behavior:
Expected behavior Addon should be loaded without any errors
Desktop (please complete the following information):
1.15.3.55563
v3.33
Additional context Bugsack caught the following: