Hello epvpers, i need disable sun drops in my server, how to do ?
I want to be just by coin, thanks.
I want to be just by coin, thanks.
UPDATE _RefDropItemAssign
SET Prob_Relative=0,Prob_Absolute=0
FROM
_RefDropItemAssign Drops
JOIN
_RefObjCommon Obj ON Drops.RefItemID = Obj.ID
WHERE
Obj.CodeName128 like '%ITEM_%_%_10_C_RARE%'