mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
Scripts/Vault of Archavon: Earth, Wind & Fire achievement - by idostyle@zoit, with some spell attribute correction to the patch by me.
This commit is contained in:
5
sql/updates/world/2011_09_03_09_world_spell_dbc.sql
Normal file
5
sql/updates/world/2011_09_03_09_world_spell_dbc.sql
Normal file
@@ -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');
|
||||
Reference in New Issue
Block a user