mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
Script: Vault of Archavon: Earth, Wind & Fire achievement
This commit is contained in:
6
sql/updates/world/2011_XX_XX_XX_world_spell_dbc.sql
Normal file
6
sql/updates/world/2011_XX_XX_XX_world_spell_dbc.sql
Normal file
@@ -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');
|
||||
Reference in New Issue
Block a user