RaiderIO / raiderio-addon

RaiderIO AddOn
https://raider.io/addon
Other
38 stars 21 forks source link

Classic client support #252

Closed Vladinator closed 8 months ago

Vladinator commented 8 months ago

These changes make it so the addon can load in the Classic client.

We might need to look at feature improvements or additions specific to Classic, but the framework code changes required are done and working.

Both retail and classic use the same code-base so it is easy to keep up-to-date.

If we ever need to branch logic we can check IS_RETAIL or IS_CLASSIC and act accordingly.