-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Commit „Fixed tbc missing spell error“ breaks the lib on classic #75
Comments
Classic what? BC or Vanilla? If BC then the whole lib is disabled there, because you don't need it. And if on vanilla then i don't see how 1.64...master any of these changes could break anything |
I mean vanilla. |
I can assist if something needs to be fixed but so far no one gave a good step by step example to reproduce their issue, and the lib is working perfectly fine in weakauras using version 66 on classic |
Have some more people reported that issue? Current state: But with the latest WA and version 66 we got no timers from the lib. So in that case throbbing from WA is loaded (higher number) |
From my tests:
Using the following atm:
|
Same for gw2 |
jfc, I guess i'll just rollback to 64. Now that WOW_PROJECT_BURNING_CRUSADE_CLASSIC is here lib is going to be disabled in BC regardless of the changes i made at the start of beta |
Thanks for the rollback but we will need an increase of the minor version to be > 66 to make sure this is the loaded version of the lib, then we can publish a new release of weakauras |
Increasing the minor version actually triggers the error. |
Nothing was broken in 66, it was just disabling itself in BC. |
Can you try version 70? In gw2 we set the Version local to 70 and this works fine |
The number is not the issue. It is purely about local references to the LCD calls, e.g. |
Maybe something like this to keep the wrapper in tact could help?
Edit: This seems to fix the issue, but requires a new version rollout on all affected addons. |
Short term solutions: Long term i'll investigate this and especially if i'll be doing updates. |
The following appears to work with the scenario as well:
|
I could live with this. Requires changes in all related addons, as far as I can tell: GW2_UI, Plater and WA.
Yes, I agree... Makes motivation to fix things even lower. |
Made a proper fix, turns out the issue was only present when you had either standalone LCD or PallyPower installed. |
Thanks for keeping this addon updated! Both my addons xanDebuffTimers and xanBuffTimers utilize this wonderful library! Having it around is a godsend for the classic servers to track buff/debuff durations since it's not built in. Have been using this library since it was committed. Thanks a ton! |
With the commit "Fixed tbc missing spell error" the lib always returns nil for durations
The text was updated successfully, but these errors were encountered: