smaitch / Grail

World of Warcraft addon to provide a database of quest information.
31 stars 19 forks source link

Add support for the Evoker class #297

Closed smaitch closed 1 year ago

smaitch commented 2 years ago

Ensure all the little things like class color, "all classes but", etc.

yoshimo commented 1 year ago
8x Interface/AddOns/Grail/Grail.lua:8652: bad argument #2 to 'bitband' (number expected, got nil)
[string "=[C]"]: ?
[string "@Interface/AddOns/Grail/Grail.lua"]:8652: in function <Interface/AddOns/Grail/Grail.lua:8619>
[string "=(tail call)"]: ?
[string "@Interface/AddOns/Grail/Grail.lua"]:11661: in function `StatusCode'
[string "@Interface/AddOns/Grail/Grail.lua"]:4395: in function `CanAcceptQuest'
[string "@Interface/AddOns/Grail/Grail.lua"]:3660: in function `f'
[string "@Interface/AddOns/Grail/Grail.lua"]:9439: in function `_PostNotification'
[string "@Interface/AddOns/Grail/Grail.lua"]:2157: in function `?'
[string "@Interface/AddOns/Grail/Grail.lua"]:11892: in function `_Tooltip_OnEvent'
[string "@Interface/AddOns/Grail/Grail.lua"]:12453: in function <Interface/AddOns/Grail/Grail.lua:12453>

Locals:
(*temporary) = 268468223
(*temporary) = nil
(*temporary) = "number expected, got nil"

when i hand in a quest for an Evoker

yoshimo commented 1 year ago
Dump: value=UnitClass("player")
[1]="Ruferin",
[2]="EVOKER",
[3]=13
Dump: value=UnitRace("player")
[1]="Dracthyr",
[2]="Dracthyr",
[3]=70
smaitch commented 1 year ago

We are supporting them now.