Legacy-of-Sylvanaar / wow-instant-messenger

WIM (WoW Instant Messenger) is a World of Warcraft addon which brings an instant messenger feel to communication in game.
https://www.curseforge.com/wow/addons/wim-3
MIT License
11 stars 8 forks source link

Update URL handler to work with SODWCL #73

Closed Sleepywalker69 closed 7 months ago

Sleepywalker69 commented 7 months ago

Currently the URL handler doesn't work with SoD WCL. There was a closed topic which I have seen but it looks like WCL changed the URL again so it'll need updating.

Here's my proposed change: -- Adding SoM Warcraft Logs link { title = "Warcraft Logs Season of Mastery", url = "https://sod.warcraftlogs.com/character/{us/eu}/{realm}/{user}" },

Pazza commented 7 months ago

Thank you for your contribution.

Sleepywalker69 commented 7 months ago

Thank you for your contribution.

I'm sorry I made a minor mistake with the code, Please change {us/eu} to {eu/us} as the addon seems to not like it the other way around.