View Single Post
  #5  
Old 07-01-2008, 02:07 PM
lordoftests
Fire Beetle
 
Join Date: Sep 2007
Posts: 6
Default

Quote:
Originally Posted by So_1337 View Post
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!
Reply With Quote