aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2021_06_20_00_world_2018_02_12_02_world.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_06_20_00_world_2018_02_12_02_world.sql b/sql/updates/world/master/2021_06_20_00_world_2018_02_12_02_world.sql
new file mode 100644
index 00000000000..98913424a12
--- /dev/null
+++ b/sql/updates/world/master/2021_06_20_00_world_2018_02_12_02_world.sql
@@ -0,0 +1,6 @@
+UPDATE `serverside_spell` SET `BaseLevel`=0, `SpellLevel`=0, `SpellFamilyName`=0, `SpellFamilyFlags1`=0, `PreventionType`=0 WHERE `Id`=47802;
+
+DELETE FROM `serverside_spell_effect` WHERE `SpellID`=47802;
+INSERT INTO `serverside_spell_effect` (`SpellID`,`EffectIndex`,`Effect`,`ImplicitTarget1`,`EffectAura`) VALUES
+(47802,0,6,1,118),
+(47802,1,6,1,88);