View Single Post
  #2  
Old 01-12-2003, 01:37 PM
Trumpcard
Demi-God
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
Default

Drawde,
Might want to make the inserts in the form of insert into npc_types (id,name,level,race,etc) values (xxxxx).

The database format keeps changing, if you dont specify the fields you are passing, most likely one change will make the update not work properly..

Just a heads up, npc_types is getting resists, so that will kill the inserts as they are now..

Thanks for the world update !

Heres a quick update for the next db.sql though, just puts blanks for the last 5 columns (those will be the FR,CR,PR,etc fields)
__________________
Quitters never win, and winners never quit, but those who never win and never quit are idiots.
Reply With Quote