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
12 stars 14 forks source link

Pregloh pri changes #28

Closed ReglohPri closed 3 years ago

ReglohPri commented 3 years ago

So I hope it is right now. This should work on old retail, classic and new shadowlands.

Can you take a look over it, please?

Best wishes Holger - ReglohPri

MysticalOS commented 3 years ago

That looks like it'd work, although no reason for a bunch if/else statements you can literally do

local isShadowlands = select(4, _G.GetBuildInfo()) >= 90000

local win = CreateFrame("Frame", "WIM3_ChangeLog", _G.UIParent, isShadowlands and "BackdropTemplate");

ReglohPri commented 3 years ago

That looks like it'd work, although no reason for a bunch if/else statements you can literally do

Ok, i will it change in my next patch.

Sincerely Holger