View Single Post
  #3  
Old 07-01-2008, 11:11 AM
So_1337
Dragon
 
Join Date: May 2006
Location: Cincinnati, OH
Posts: 689
Default

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;
Reply With Quote