diff options
| author | offl <11556157+offl@users.noreply.github.com> | 2021-12-23 02:08:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-23 02:08:46 +0200 |
| commit | 9d6c4e3d931875008cd9ca15754b3edb1aef2a01 (patch) | |
| tree | ddb86dcc1b6ca236c984fe0318fb0339cde34f76 /sql | |
| parent | fa505a22091c051a44535ed83fae2ea5a1c0048c (diff) | |
Scripts/Spells: Update Gordunni Trap spell script (#27437)
Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2021_12_23_02_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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; |
