View Single Post
  #6  
Old 06-17-2006, 01:37 AM
sesmar
I built it I will Support it!
 
Join Date: Jun 2005
Location: Michigan
Posts: 214
Default

You need to run this SQL statement on your DB

Code:
ALTER TABLE spawn2 CHANGE `condition` `_condition` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT '0';
__________________
Reply With Quote