| 
 well, 42to43.sql includes all the fixes mentioned in this thread.
 
 i'll suggest to just add in the top of the script
 DROP TABLE npc_faction_entries;
 
 This should avoid  the error:
 ERROR 1050: Table 'npc_faction_entries' already exists
 
 The other errors mentioned in Floppies  post just informs you that the modifications are already done.
 |