You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The addon wont show properly or at all once the game version is no longer Classic WoW.
I kinda fixed it by replacing row 12 with Constants.ENV = "classic" from Constants.ENV = "retail"
and commenting lines 14,15 and 16 in file constants.lua .
I dont know the propper WoW project nomenclatures so i cant properly fix it but this example does the trick.
The text was updated successfully, but these errors were encountered:
Not playing classic ATM, tried with @taikokii suggestion?
BTW: as far as i know this project was abandoned. Somebody updated it but only for retail. Might be worth asking there for a classic version.
The addon wont show properly or at all once the game version is no longer Classic WoW.
I kinda fixed it by replacing row 12 with
Constants.ENV = "classic"
fromConstants.ENV = "retail"
and commenting lines 14,15 and 16 in file constants.lua .
I dont know the propper WoW project nomenclatures so i cant properly fix it but this example does the trick.
The text was updated successfully, but these errors were encountered: