[Discarded] LibTotemInfo

[Discarded] LibTotemInfo

14.7k Downloads

Enamored Water Spirit doesn't show up as a water totem in WeakAuras based on totem status

missesjones opened this issue ยท 2 comments

commented

I fixed this in my local copy by just adding something like this:

    [24854] = {
        ["rank"] = 1,
        ["duration"] = 24,
        ["name"] = "Ancient Mana Spring Totem",
        ["element"] = 3,
    },

... to the totem spell ID map.

I can raise a PR too when I get a chance. But I believe that's the entire fix.

Once I made this change, a totem timer in Weak Auras based on 'status' (of totems) using LibTotemInfo started working.

commented

Thank you for your patch. I will merge it.

commented

I noticed that Wow Classic 1.13.4 has been added GetTotemInfo() and GetTotemTimeLeft() back.

So I don't think we need this addon anymore.

Please consider removing !LibTotemInfo to see if the other addon is working.