LibProcessable

14.8k Downloads

Issues with Wow Classic 1.13.3 32790 Dec 9 2019 Client

lycano opened this issue ยท 3 comments

commented

local CLASSIC = select(4, GetBuildInfo()) == 11302

Current build number for classic is now 11303. I usually would PR a fix but this is just silly ;)
Can you please update the build number and rebuild Molinari?

Best wishes,
lycano

(Edit: Just noticed same author :D sorry about that)

commented

I didnt test this with retail but i found out that you might be able to use GetClientDisplayExpansionLevel() which should always return 0 (Classic) for Classic Client. I didnt test what this function would return in lets say legion but maybe you know?

If there is no real reason to let the addon break every tocversion change then maybe use this function instead?

commented

One could also read the agentUID from CVars, in classic it's "wow_classic"

I just made 2 PRs, one for a straight update to the version number and another that compares against the agentUID CVar.

The CVar one should be future-proof.

commented

Fixed in #30.