This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
The new 2.7 release threw an error on log in
Message: ..\AddOns\DRData-1.0\DRData-1.0.lua line 25: unexpected symbol near '['
Seems like ["Bind Elemental"] = ["Bind Elemental"], ["Charge"] = ["Charge"], ["Intercept"] = ["Intercept"],should be ["Bind Elemental"] = "Bind Elemental", ["Charge"] = "Charge", ["Intercept"] = "Intercept",
With those changes I stop getting errors for DRData, though I still do get errors thrown from TellMeWhen like "The DR category "bindelemental" is undefined!" I don't know if that's their bug or yours.
To post a comment, please login or register a new account.