View Single Post
  #5  
Old 07-07-2009, 07:02 PM
gaeorn
Developer
 
Join Date: Apr 2009
Location: USA
Posts: 478
Default

Quote:
Originally Posted by Congdar View Post
You should check all the sql files created after your last database update for any npc_types table changes. Along the lines of 'ALTER table npc_types...' There are quite a few new columns added recently. You should update the new columns into your existing database before backing up your bots or they wont import into the new database with all the new columns.
Actually, the script to back up the bots that is included with the PEQ DB does so in a way that will import even if columns have been added to the npc_types table (this wasn't always the case, but has been in the last version or two or three of the DB).
Reply With Quote