From 9d6c4e3d931875008cd9ca15754b3edb1aef2a01 Mon Sep 17 00:00:00 2001 From: offl <11556157+offl@users.noreply.github.com> Date: Thu, 23 Dec 2021 02:08:46 +0200 Subject: Scripts/Spells: Update Gordunni Trap spell script (#27437) Co-authored-by: Giacomo Pozzoni --- sql/updates/world/3.3.5/2021_12_23_02_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2021_12_23_02_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2021_12_23_02_world.sql b/sql/updates/world/3.3.5/2021_12_23_02_world.sql new file mode 100644 index 00000000000..23b192c9643 --- /dev/null +++ b/sql/updates/world/3.3.5/2021_12_23_02_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `spell_dbc` SET `RangeIndex`=12, `EffectImplicitTargetA1`=47, `EffectImplicitTargetA2`=47, `EffectRadiusIndex1`=15, `EffectRadiusIndex2`=15 WHERE `Id`=11756; +UPDATE `spell_dbc` SET `RangeIndex`=12, `EffectImplicitTargetA1`=47, `EffectRadiusIndex1`=15 WHERE `Id`=19394; -- cgit v1.2.3