Vendor Price

Vendor Price

13M Downloads

Add cataclysm classic support

glajchs opened this issue ยท 0 comments

commented

It looks like maybe all the "isWrath" checks can be changed to an "isWrathOrCata" style check. Something like this:
local isWrathOrCata = (WOW_PROJECT_ID == WOW_PROJECT_WRATH_CLASSIC) or (WOW_PROJECT_ID == WOW_PROJECT_CATACLYSM_CLASSIC)