diff options
| author | Drahy <none@none> | 2009-04-05 16:18:32 +0200 |
|---|---|---|
| committer | Drahy <none@none> | 2009-04-05 16:18:32 +0200 |
| commit | dcd0b835aacde9197f9c71aea772927f23895212 (patch) | |
| tree | e55d0627cb454658bbccec96be45262d9188f83d /sql/updates/2412_characters.sql | |
| parent | 276084e2942ff861120a890c5726da31b5a4c25b (diff) | |
* Fixed typos in latest commit
--HG--
branch : trunk
Diffstat (limited to 'sql/updates/2412_characters.sql')
| -rw-r--r-- | sql/updates/2412_characters.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/2412_characters.sql b/sql/updates/2412_characters.sql index 22b5a751e71..e1f44c58ae3 100644 --- a/sql/updates/2412_characters.sql +++ b/sql/updates/2412_characters.sql @@ -6,5 +6,5 @@ DELETE FROM `character_aura` WHERE 'effect_index'>'1'; DELETE FROM `pet_aura` WHERE 'effect_index'>'1'; ALTER TABLE `pet_aura` CHANGE `effect_index` `effect_mask` INT( 11 ) UNSIGNED NOT NULL DEFAULT '0'; ALTER TABLE `pet_aura` CHANGE `amount` `amount0` INT( 11 ) NOT NULL DEFAULT '0'; - ALTER TABLE 'pet_aura` ADD `amount1` INT( 11 ) NOT NULL DEFAULT '0' AFTER `amount0`; + ALTER TABLE `pet_aura` ADD `amount1` INT( 11 ) NOT NULL DEFAULT '0' AFTER `amount0`; ALTER TABLE `pet_aura` ADD `amount2` INT( 11 ) NOT NULL DEFAULT '0' AFTER `amount1`;
\ No newline at end of file |
