well, the imported
ALTER TABLE gossip_menu_option CHANGE COLUMN action_menu_id action_menu_id MEDIUMINT(8) NOT NULL DEFAULT '0';
и ето това
DELETE FROM mangos_string WHERE entry IN (470);
INSERT INTO mangos_string VALUES
(470,'id: %d eff: %d name: %s%s%s caster: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
but he gives me these errors..
2010-11-10 23:50:14 MySQL client library: 5.1.49
2010-11-10 23:50:14 MySQL server ver: 5.1.41
2010-11-10 23:50:14 ERROR:SQL: SELECT required_10704_01_mangos_gossip_menu_option FROM db_version LIMIT 1
2010-11-10 23:50:14 ERROR:query ERROR: Unknown column 'required_10704_01_mangos_gossip_menu_option' in 'field list'
2010-11-10 23:50:14 ERROR:The table `db_version` in your [WORLD] database indicates that this database is out of date!
2010-11-10 23:50:14 ERROR:
2010-11-10 23:50:14 ERROR: [A] You have: --> `10629_01_mangos_mangos_string.sql`
2010-11-10 23:50:14 ERROR:
2010-11-10 23:50:14 ERROR: [b] You need: --> `10704_01_mangos_gossip_menu_option.sql`
2010-11-10 23:50:14 ERROR:
2010-11-10 23:50:14 ERROR:You must apply all updates after [A] to [b] to use mangos with this database.
2010-11-10 23:50:14 ERROR:These updates are included in the sql/updates folder.
2010-11-10 23:50:14 ERROR:Please read the included [README] in sql/updates for instructions on updating.