View Single Post
  #2  
Old 11-27-2011, 04:12 PM
Tabasco's Avatar
Tabasco
Discordant
 
Join Date: Sep 2009
Posts: 270
Default

I had a problem with this when I updated this morning. There is a missing comma.
Code:
ADD COLUMN `petnaming` tinyint NOT NULL default '0', ADD COLUMN `monsterflag`
From there you might need to comment out the first drop line since it executes properly.
Reply With Quote