Hi guys who can help me changing this Produce to remove only the Maximum durability % reduce , be cause right now clean me all the blue in the item
Code:
IF(@JobID= '33859') BEGIN Update _Items Set MagParamNum = 0, MagParam1 = NULL, MagParam2 = NULL, MagParam3 = NULL, MagParam4 = NULL, MagParam5 = NULL, MagParam6 = NULL, MagParam7 = NULL, MagParam8 = NULL, MagParam9 = NULL, MagParam10 = NULL, MagParam11 = NULL, MagParam12 = NULL where ID64 in (select ItemID from _Inventory where CharID = [MENTION=395373]Chari[/MENTION]D and Slot =13 and ItemID Between 1 AND 999999999) END