Quote:
Originally Posted by So_1337
That's one of the customizations we use on our server. Here it is straight from the list of changes I run every time the database gets updated:
Code:
### This removes the NO DROP tag from all items ###
UPDATE items SET nodrop = 1 WHERE nodrop = 0;
|
This is what I was looking for, thank you!
