Jump to content

big version mismatch


Recommended Posts

Posted
2010-03-14 19:42:12 ERROR:Table `db_version` have field `required_9539_01_mangos_spell_bonus_data` but expected `required_9385_01_mangos_command`! Not all sql updates applied?

:eek:

mangos 9582 - SD2 1639 FR @ Mods : AHBot PlayerBot Vehicle

it seems to be a mistake in source but where ??

Posted

#ifndef __REVISION_SQL_H__

#define __REVISION_SQL_H__

#define REVISION_DB_CHARACTERS "required_9375_01_characters_character_glyphs"

#define REVISION_DB_MANGOS "required_9539_01_mangos_spell_bonus_data"

#define REVISION_DB_REALMD "required_9010_01_realmd_realmlist"

#endif // __REVISION_SQL_H__

in fact no it isn't a patch problem, as you can see revision_sql.h is correct

  • 1 month later...
Posted

Actually this is due to either not applying sql updates in the right order, skipping a few, or the sql update you are trying to use has been tampered with.

2010-03-14 19:42:12 ERROR:Table `db_version` have field `required_9539_01_mangos_spell_bonus_data` but expected `required_9385_01_mangos_command`! Not all sql updates applied?

As you can see here, the sql update you are probably trying to apply is 9450_01_mangos_spell_proc_event.sql, but you already have a DB with 9539_01_mangos_spell_bonus_data.sql applied to it.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use