Thread
:
Removing no drop permanently for all items.
View Single Post
#
3
07-01-2008, 11:11 AM
So_1337
Dragon
Join Date: May 2006
Location: Cincinnati, OH
Posts: 689
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;
So_1337
View Public Profile
Send a private message to So_1337
Find all posts by So_1337