[0097] Fix Typoooooooooo

Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
Salja 2012-08-15 17:03:08 +02:00 committed by Antz
parent ec1c1fba2d
commit bd210e4097
2 changed files with 4 additions and 1 deletions

View file

@ -0,0 +1,3 @@
ALTER TABLE character_db_version CHANGE COLUMN required_0028_xxxxx_01_characters_character_phase_data required_0096_xxxxx_01_characters_characters bit;
ALTER TABLE `characters` ADD COLUMN `slot` tinyint(3) unsigned NOT NULL DEFAULT '255' AFTER `actionBars`;

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "0095"
#define REVISION_NR "0097"
#endif // __REVISION_NR_H__