From 3957eda5fb68a9f4b548f3f21d6a05d0e51fa917 Mon Sep 17 00:00:00 2001 From: Teleqraph Date: Mon, 7 Nov 2022 22:36:27 +0100 Subject: [PATCH] DB/Silverpine: Implemented missing spell effect for 148164 * fixes Sylvanas Horse Closes #28444 --- sql/updates/world/master/2022_11_07_02_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2022_11_07_02_world.sql diff --git a/sql/updates/world/master/2022_11_07_02_world.sql b/sql/updates/world/master/2022_11_07_02_world.sql new file mode 100644 index 0000000000000..f3286f16d6200 --- /dev/null +++ b/sql/updates/world/master/2022_11_07_02_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `serverside_spell_effect` WHERE `SpellID`=148164 AND `EffectIndex`=0 AND `DifficultyID`=0; +INSERT INTO `serverside_spell_effect` (`SpellID`, `EffectIndex`, `DifficultyID`, `Effect`, `EffectAura`, `EffectAmplitude`, `EffectAttributes`, `EffectAuraPeriod`, `EffectBonusCoefficient`, `EffectChainAmplitude`, `EffectChainTargets`, `EffectItemType`, `EffectMechanic`, `EffectPointsPerResource`, `EffectPosFacing`, `EffectRealPointsPerLevel`, `EffectTriggerSpell`, `BonusCoefficientFromAP`, `PvpMultiplier`, `Coefficient`, `Variance`, `ResourceCoefficient`, `GroupSizeBasePointsCoefficient`, `EffectBasePoints`, `EffectMiscValue1`, `EffectMiscValue2`, `EffectRadiusIndex1`, `EffectRadiusIndex2`, `EffectSpellClassMask1`, `EffectSpellClassMask2`, `EffectSpellClassMask3`, `EffectSpellClassMask4`, `ImplicitTarget1`, `ImplicitTarget2`) VALUES +(148164, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 73595, 2986, 0, 0, 0, 0, 0, 0, 0, 0);