[0122] Fix Typo

Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
Salja 2012-08-17 15:42:00 +02:00 committed by Antz
parent d7b5567041
commit 36e51fccee
4 changed files with 8747 additions and 4850 deletions

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,5 @@
ALTER TABLE db_version CHANGE COLUMN required_0114_xxxxx_01_mangos_item_template required_0122_xxxxx_01_mangos_item_template bit;
ALTER TABLE `item_template` DROP `DamageType`;
ALTER TABLE `item_template` ADD COLUMN `DamageType` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `ScalingStatDistribution`;

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "0121" #define REVISION_NR "0122"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__

View file

@ -1,6 +1,6 @@
#ifndef __REVISION_SQL_H__ #ifndef __REVISION_SQL_H__
#define __REVISION_SQL_H__ #define __REVISION_SQL_H__
#define REVISION_DB_CHARACTERS "required_0099_xxxxx_01_characters_character_phase_data" #define REVISION_DB_CHARACTERS "required_0099_xxxxx_01_characters_character_phase_data"
#define REVISION_DB_MANGOS "required_0114_xxxxx_01_mangos_item_template" #define REVISION_DB_MANGOS "required_0122_xxxxx_01_mangos_item_template"
#define REVISION_DB_REALMD "required_0014_xxxxx_01_realmd_account_access" #define REVISION_DB_REALMD "required_0014_xxxxx_01_realmd_account_access"
#endif // __REVISION_SQL_H__ #endif // __REVISION_SQL_H__