ElWigo

ElWigo

23k Downloads

WotLK Raid/Dungeon Info

Fawenah opened this issue ยท 1 comments

commented

With the new WotLK expansion, the new dungeons and raids are not getting loaded.

Updating the zone table with the new BW WotLK packages gives you the zones/bosses:
image

Options.lua, row 1596
zoneTbl[k] == "BigWigs_Shadowlands" or zoneTbl[k] == "LittleWigs_Shadowlands" or zoneTbl[k] == "BigWigs_BurningCrusade" or zoneTbl[k] == "LittleWigs_BurningCrusade" or zoneTbl[k] == "BigWigs_WrathOfTheLichKing" or zoneTbl[k] == "LittleWigs_WrathOfTheLichKing"

However it does not successfully load all options for raids and bosses.
It seems to struggle with some bosses, my first guess was due apostrophe (such as in Kel'Thuzad) and doesn't load him at all.
But Anub'Rekhan loads.
image

Most raids are unpopulated.
image

I assume it's something in the refreshInfo where it fetches the BW info (?). But I haven't figured out why yet.

commented

2 years late because I stopped playing, but I don't seem to be able to reproduce this. Anyone can feel free to re-open if it's still happening though.