View Single Post
  #7  
Old 06-26-2003, 07:02 AM
melchoir's Avatar
melchoir
Fire Beetle
 
Join Date: Sep 2002
Posts: 8
Default Hmm

Code:
dib - int(10) unsigned
petid - int(10) unsigned
charname - varchar(32)
accountname - varchar(32)
lastgm - varchar(32)
petitiontext - text
gmtext - text
zone - varchar(32)
urgency - int(11)
charclass - int(11)
charrace - int(11)
charlevel - int(11)
checkouts - int(11)
unavailables - int(11)
ischeckedout - tinyint(4)
senttime - bigint(11)
That's the 'petitions' table struct, but I don't see any soulmark/warning field in there. Where does it store it?

**Edit: Do you have a newer version of the table or did you modify yours?**
__________________
Reply With Quote