diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2011_XX_XX_XX_world_spell_dbc.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2011_XX_XX_XX_world_spell_dbc.sql b/sql/updates/world/2011_XX_XX_XX_world_spell_dbc.sql new file mode 100644 index 00000000000..94a2e128fe0 --- /dev/null +++ b/sql/updates/world/2011_XX_XX_XX_world_spell_dbc.sql @@ -0,0 +1,6 @@ +-- Not the right-way™ +-- Dummy effect with caster as target +DELETE FROM `spell_dbc` WHERE `id` IN (68308); +INSERT INTO `spell_dbc` (`Id`,`Effect1`,`EffectImplicitTargetA1`,`EffectImplicitTargetB1`,`comment`) +VALUES +(68308, 3, 1, 0, 'Vault of Archavon - Earth, Wind & Fire - Achievement Check'); |
