Questie

Questie

116M Downloads

[Data Correction] Winterhoof Cleansing Totem has wrong table key value

Dyaxler opened this issue ยท 0 comments

commented

Bug description

Item: Winterhoof Cleansing Totem has the wrong class type in the DB. Returns 4 (Armor) when it should be 12 (Quest).
Quest: Data looks good.

This is preventing this item from appearing in the Questie Tracker as a Quest Item Button

Classic:
Item: [5411] = {'Winterhoof Cleansing Totem',nil,nil,nil,nil,nil,64,nil,1,0,0,4,0},
Quest: [754] = {"Winterhoof Cleansing",{{2948}},{{2948}},4,6,32,nil,{"Use the Winterhoof Cleansing Totem at the Winterhoof Water Well, then return to Mull Thunderhorn."},nil,nil,5411,nil,{748},nil,nil,nil,215,nil,nil,nil,nil,nil,2,2,nil,{{81,250}}},

TBC:
Item: [5411] = {'Winterhoof Cleansing Totem',nil,nil,nil,nil,nil,64,nil,1,0,0,4,0},
Quest: [754] = {"Winterhoof Cleansing",{{2948}},{{2948}},4,6,32,nil,{"Use the Winterhoof Cleansing Totem at the Winterhoof Water Well, then return to Mull Thunderhorn."},nil,nil,5411,nil,{748},nil,nil,nil,215,nil,nil,nil,nil,nil,2,2,nil,{{81,250}}},

WotLK:
Item: [5411] = {'Winterhoof Cleansing Totem',nil,nil,nil,nil,nil,64,nil,1,0,0,4,0},
Quest: [754] = {"Winterhoof Cleansing",{{2948}},{{2948}},4,6,32,nil,{"Use the Winterhoof Cleansing Totem at the Winterhoof Water Well, then return to Mull Thunderhorn."},nil,nil,5411,nil,{748},nil,nil,nil,215,nil,nil,nil,nil,nil,2,2,nil,{{81,250}}},

Screenshots

image

Questie & WoW version

V8.0.1
All Expansions (see table keys above)