From e579703e88a4a4635f2de5a114c0e67793f45697 Mon Sep 17 00:00:00 2001 From: Shauren Date: Wed, 28 Sep 2011 22:57:34 +0200 Subject: Core/Spells: Fixed Shaman T10 shoulder visual --- sql/updates/world/2011_09_28_01_world_spell_dbc.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2011_09_28_01_world_spell_dbc.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2011_09_28_01_world_spell_dbc.sql b/sql/updates/world/2011_09_28_01_world_spell_dbc.sql new file mode 100644 index 00000000000..3c0f9f38324 --- /dev/null +++ b/sql/updates/world/2011_09_28_01_world_spell_dbc.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_dbc` WHERE `Id`=72958; +INSERT INTO `spell_dbc` (`Id`,`Attributes`,`AttributesEx`,`AttributesEx2`,`ProcChance`,`DurationIndex`,`Effect1`,`EffectImplicitTargetA1`,`EffectApplyAuraName1`,`EffectAmplitude1`,`EffectTriggerSpell1`,`Comment`) VALUES +(72958,0x000001C0,0,0,101,21,6,1,23,85000,72957,'Shaman T10 shoulder visual'); -- cgit v1.2.3