View Single Post
  #3  
Old 11-27-2011, 04:26 PM
Huppy's Avatar
Huppy
Demi-God
 
Join Date: Oct 2010
Posts: 1,332
Default

Quote:
Originally Posted by Tabasco View Post
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.
Thank you very much, those 2 steps worked perfect
Reply With Quote