View Single Post
  #8  
Old 08-29-2019, 08:17 AM
Turmoiltoad
Forum Guide
 
Join Date: Apr 2013
Posts: 27
Default

Also, if it's something you think you might want to undo someday...make use of "disabled_chance" field instead of deleting them all:

Code:
UPDATE lootdrop_entries
SET disabled_chance = chance, chance = 0
WHERE item_id (...follow Uleat's example)
Reply With Quote