[0132] Some Typos

Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
Salja 2012-08-18 01:45:22 +02:00 committed by Antz
parent 98f20428eb
commit 7b0233f154
7 changed files with 7 additions and 7 deletions

View file

@ -1,3 +1,3 @@
ALTER TABLE character_db_version CHANGE COLUMN required_0096_xxxxx_01_characters_characters required_0099_xxxxx_01_characters_character_phase_data bit;
ALTER TABLE `character_phase_data` CHANGE COLUMN `phase` `phase` int(11) NOT NULL DEFAULT 0 COMMENT '';
ALTER TABLE `character_phase_data` CHANGE COLUMN `phase` `phase` int(11) NOT NULL DEFAULT 0 COMMENT '';

View file

@ -46,4 +46,4 @@ ALTER TABLE `item_template` DROP `frost_res`;
ALTER TABLE `item_template` DROP `shadow_res`;
ALTER TABLE `item_template` DROP `arcane_res`;
ALTER TABLE `item_template` DROP `ammo_type`;
ALTER TABLE `item_template` DROP `block`;
ALTER TABLE `item_template` DROP `block`;

View file

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

View file

@ -9,4 +9,4 @@ INSERT INTO spell_template VALUES
(45158, 0x00000000, 101, 21, 6, 1, 0, 56, 25119, 0, 'Model - Shattered Sun Warrior - BE Female Tier 4'),
(45162, 0x00000000, 101, 21, 6, 1, 0, 56, 25123, 0, 'Model - Shattered Sun Warrior - BE Male Tier 4'),
(45166, 0x00000000, 101, 21, 6, 1, 0, 56, 25127, 0, 'Model - Shattered Sun Warrior - Draenei Female Tier 4'),
(45170, 0x00000000, 101, 21, 6, 1, 0, 56, 25131, 0, 'Model - Shattered Sun Warrior - Draenei Male Tier 4');
(45170, 0x00000000, 101, 21, 6, 1, 0, 56, 25131, 0, 'Model - Shattered Sun Warrior - Draenei Male Tier 4');

View file

@ -1,3 +1,3 @@
ALTER TABLE db_version CHANGE COLUMN required_0123_12093_01_mangos_spell_template required_0124_12094_01_mangos_creature_template bit;
UPDATE creature_template SET flags_extra=flags_extra|0x800;
UPDATE creature_template SET flags_extra=flags_extra|0x800;

View file

@ -39,4 +39,4 @@ INSERT INTO mangos_string VALUES
(1633,'|cffffff00The Alliance has taken control of Halaa!|r',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
(1634,'|cffffff00Halaa is defenseless!|r',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
(1635,'|cffffff00The Horde has collected 200 silithyst!|r',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
(1636,'|cffffff00The Alliance has collected 200 silithyst!|r',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
(1636,'|cffffff00The Alliance has collected 200 silithyst!|r',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "0131"
#define REVISION_NR "0132"
#endif // __REVISION_NR_H__