View Single Post
  #7  
Old 01-26-2003, 11:28 AM
Auldar
Sarnak
 
Join Date: Jan 2003
Posts: 61
Default npc_types

I'm getting lots of errors on loading the npc_types table from spawns.sql.

It seems that there is an extra "1" prior to HP bring defined, which is taking the place of the HP field and pushing all other columns out by 1, and therefore causing errors due to having 1 extra field.

Looking at the db.sql from both 0.4.1, and Telmet's 0.4.2-DR1 distribution, shows no extra field defined prior to HP, so I'm not sure what this extra "1" is meant to be.

Any ideas? I'd rather not have to manually delete that 1 for every spawn entry..

-Auldar