diff options
author | Killyana <morphone1@gmail.com> | 2019-12-05 00:15:48 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-19 01:05:59 +0100 |
commit | 321ebc745ee9034676d8dbb9af91676422b6059a (patch) | |
tree | bda79f2a01ea31543c753e09b7666f1dfcf07f56 | |
parent | 3fef3bfa459e187e60d5f423c279accd68fe6914 (diff) |
DB/Spell: Serverside - Root Self
(cherry picked from commit 2daddd69981181d4b3e56806bab99b64908124a2)
-rw-r--r-- | sql/updates/world/master/2021_12_18_73_world_2019_12_05_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_18_73_world_2019_12_05_00_world.sql b/sql/updates/world/master/2021_12_18_73_world_2019_12_05_00_world.sql new file mode 100644 index 00000000000..40e57140713 --- /dev/null +++ b/sql/updates/world/master/2021_12_18_73_world_2019_12_05_00_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `serverside_spell_effect` WHERE `SpellID`=51860; +INSERT INTO `serverside_spell_effect` (`SpellID`, `Effect`, `EffectAura`, `EffectMechanic`, `ImplicitTarget1`) VALUES +(51860, 6, 26, 7, 1); |