| 
				 PC Corpse 
 Ok, I've gotten my Minilogin server working, and have been trying a few different databases, but I haven't found a SQL string to enter into the database to get PC Corpses to remain behind.
 Now don't get me wrong, I still want the items to return with the person, but I would like a naked corpse to be left, so a cleric may rez someone back to the spot.
 
 I have noticed the code for making rez only work once (see below), but can't find one to make a naked corpse spawn.  (Time switch on that would be nice to modify as well)
 
 ALTER TABLE `player_corpses` ADD `rezzed` TINYINT UNSIGNED DEFAULT "0"
 
 Any assistance on this would be greatly appreciated.
 |