Skip to content

Commit

Permalink
[9351] Hopefully final fix for sql update of [9349].
Browse files Browse the repository at this point in the history
  • Loading branch information
hunuza committed Feb 10, 2010
1 parent 03ee39b commit 217c7fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion sql/updates/9349_01_characters_character_action.sql
Original file line number Diff line number Diff line change
@@ -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`;
2 changes: 1 addition & 1 deletion src/shared/revision_nr.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9350"
#define REVISION_NR "9351"
#endif // __REVISION_NR_H__

0 comments on commit 217c7fe

Please sign in to comment.