Questie

Questie

116M Downloads

Quest tooltip shows itemid instead of npcid.

drejjmit opened this issue ยท 1 comments

commented

[255] = {"Mercenaries",{{1139,},nil,nil,},{{1139,},nil,},15,19,77,nil,{"Magistrate Bluntnose of Thelsamar has hired you to kill 4 Mo'grosh Ogres, 4 Mo'grosh Brutes and 4 Mo'grosh Enforcers.",},nil,{{{1178,nil},{1180,nil},{1179,nil},},nil,nil,nil,},nil,nil,nil,nil,nil,nil,38,nil,nil,nil,nil,nil,8,nil,nil,},

{1178,nil},{1180,nil},{1179,nil}
These are NPC ids (Mo'grosh Ogre, Mo'grosh Brute and Mo'grosh Enforcers)
but it's wongly populated by itemid 1178,1179,1180 in quest tooltips.
In this case 1178 and 1180 are missing from ItemDB so only 1179 (Ice Cold Milk) is shown.

image

Should be like this tooltip but with the NPCs instead:

image

commented

image