diff options
| author | Drahy <none@none> | 2009-04-11 08:18:22 +0200 |
|---|---|---|
| committer | Drahy <none@none> | 2009-04-11 08:18:22 +0200 |
| commit | 6c50ac907a97128b3da83f500669ec5d878e09fb (patch) | |
| tree | a900c94ddc5113dc51a46f05a7e038f1ec4c8f53 /sql/updates/2570_world.sql | |
| parent | 7f0e951104b1bf22eb38c4fc455f58e4058acefc (diff) | |
* Used trinity sql coding style
--HG--
branch : trunk
Diffstat (limited to 'sql/updates/2570_world.sql')
| -rw-r--r-- | sql/updates/2570_world.sql | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/sql/updates/2570_world.sql b/sql/updates/2570_world.sql index 38d6e763693..0d87bfc80e8 100644 --- a/sql/updates/2570_world.sql +++ b/sql/updates/2570_world.sql @@ -1,9 +1,9 @@ -INSERT INTO `spell_linked_spell` VALUES (47988, 54501, 2, 'Consume Shadows - Rank 9'); -INSERT INTO `spell_linked_spell` VALUES (47987, 54501, 2, 'Consume Shadows - Rank 8'); -INSERT INTO `spell_linked_spell` VALUES (27272, 54501, 2, 'Consume Shadows - Rank 7'); -INSERT INTO `spell_linked_spell` VALUES (17854, 54501, 2, 'Consume Shadows - Rank 6'); -INSERT INTO `spell_linked_spell` VALUES (17853, 54501, 2, 'Consume Shadows - Rank 5'); -INSERT INTO `spell_linked_spell` VALUES (17852, 54501, 2, 'Consume Shadows - Rank 4'); -INSERT INTO `spell_linked_spell` VALUES (17851, 54501, 2, 'Consume Shadows - Rank 3'); -INSERT INTO `spell_linked_spell` VALUES (17850, 54501, 2, 'Consume Shadows - Rank 2'); -INSERT INTO `spell_linked_spell` VALUES (17767, 54501, 2, 'Consume Shadows - Rank 1'); +INSERT IGNORE INTO `spell_linked_spell` VALUES (47988, 54501, 2, 'Consume Shadows - Rank 9'); +INSERT IGNORE INTO `spell_linked_spell` VALUES (47987, 54501, 2, 'Consume Shadows - Rank 8'); +INSERT IGNORE INTO `spell_linked_spell` VALUES (27272, 54501, 2, 'Consume Shadows - Rank 7'); +INSERT IGNORE INTO `spell_linked_spell` VALUES (17854, 54501, 2, 'Consume Shadows - Rank 6'); +INSERT IGNORE INTO `spell_linked_spell` VALUES (17853, 54501, 2, 'Consume Shadows - Rank 5'); +INSERT IGNORE INTO `spell_linked_spell` VALUES (17852, 54501, 2, 'Consume Shadows - Rank 4'); +INSERT IGNORE INTO `spell_linked_spell` VALUES (17851, 54501, 2, 'Consume Shadows - Rank 3'); +INSERT IGNORE INTO `spell_linked_spell` VALUES (17850, 54501, 2, 'Consume Shadows - Rank 2'); +INSERT IGNORE INTO `spell_linked_spell` VALUES (17767, 54501, 2, 'Consume Shadows - Rank 1');
\ No newline at end of file |
