aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorariel- <ariel-@users.noreply.github.com>2018-02-12 18:34:22 -0300
committerShauren <shauren.trinity@gmail.com>2021-06-20 00:55:53 +0200
commit23a88fae6faf649a36b2a364d400351c41c2b7ef (patch)
tree5a00703f4d3abb4854977b05e7d968b20385e150 /sql
parente9833447edb20f51f8b05d341357d82c018b5610 (diff)
Core/Scripts: remove Tenacity hack, implemented with proper aura
(cherry picked from commit 404240fb6820ab997b65740b234305c4c654c543)
Diffstat (limited to 'sql')
-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);