[9351] Hopefully final fix for sql update of [9349].

This commit is contained in:
hunuza 2010-02-10 18:24:01 +01:00
parent 5ff92c366a
commit db87b5765d
2 changed files with 4 additions and 2 deletions

View file

@ -1 +1,3 @@
ALTER TABLE `character_action` ADD `spec` tinyint(3) unsigned NOT NULL default 0 AFTER `guid`;
ALTER TABLE character_db_version CHANGE COLUMN required_9339_01_characters_group required_9349_01_characters_character_action bit;
ALTER TABLE `character_action` ADD `spec` tinyint(3) unsigned NOT NULL default 0 AFTER `guid`;

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9350"
#define REVISION_NR "9351"
#endif // __REVISION_NR_H__