Thread: Myra spawn db
View Single Post
  #1  
Old 12-14-2003, 02:11 PM
cybermax
Sarnak
 
Join Date: Oct 2002
Posts: 90
Default

Oki.. for now doing it in this order then :

source db.sql
source dumpeditems.sql
ALTER TABLE npc_types DROP lastname;
source myradb.sql
ALTER TABLE npc_types ADD lastname VARCHAR(32) AFTER name;

And that took care of that for now
Reply With Quote