aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorQAston <qaston@gmail.com>2011-09-03 21:16:12 +0200
committerQAston <qaston@gmail.com>2011-09-03 21:16:12 +0200
commitfab78d5e02ddaab3e4cfeee5ffb9b00f882be248 (patch)
tree66fbee5ea164c36692e5ee1b26040cbb8c87c382 /sql
parent81a841ed2044335f665fe7e6d875f8e148a6e365 (diff)
Scripts/Vault of Archavon: Earth, Wind & Fire achievement - by idostyle@zoit, with some spell attribute correction to the patch by me.
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2011_09_03_09_world_spell_dbc.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2011_09_03_09_world_spell_dbc.sql b/sql/updates/world/2011_09_03_09_world_spell_dbc.sql
new file mode 100644
index 00000000000..31d4b19b1ca
--- /dev/null
+++ b/sql/updates/world/2011_09_03_09_world_spell_dbc.sql
@@ -0,0 +1,5 @@
+-- Dummy effect with caster as target
+DELETE FROM `spell_dbc` WHERE `id` IN (68308);
+INSERT INTO `spell_dbc` (`Id`, `Attributes`, `AttributesEx`, `AttributesEx2`,`AttributesEx3`,`AttributesEx4`,`AttributesEx5`,`AttributesEx6`,`Effect1`,`EffectImplicitTargetA1`,`EffectImplicitTargetB1`,`comment`)
+VALUES
+(68308, 0x09800100, 0x00000420, 0x00004005, 0x10040000, 0x00000080, 0x00000008, 0x00001000, 3, 1, 0, 'Vault of Archavon - Earth, Wind & Fire - Achievement Check');