View Single Post
  #3  
Old 08-04-2006, 05:32 AM
John Adams
Demi-God
 
Join Date: Jul 2006
Posts: 1,552
Default

Make sure the line break is not effecting your SQL command:

INSERT INTO class_skill VALUES (16,'Berserker',66,66,1,1,66,66,66,66,66,1,66,66,6 6,66,66,1,35,66,66,10,15,66,66,66,66,66,66,66,1,66 ,1,66,66,1,12,66,66,30,66,66,1,66,66,66,66,66,66,6 6,66,66,1,1,66,66,66,1,66,66,66,66,1,1,66,1,1,1,1, 1,1,1,66,1,1,1);

I notice copy/paste from these forums sometimes adds spaces and CRLFs to the commands. Clean it up so it looks proper, then try again.
Reply With Quote