From ed38206031f25fec73282044293238c9573a89d9 Mon Sep 17 00:00:00 2001 From: offl <11556157+offl@users.noreply.github.com> Date: Mon, 1 Nov 2021 18:09:24 +0200 Subject: Scripts/Misc: Replace some of AddItem / CreateItem with spells (#27160) --- sql/updates/world/3.3.5/2021_11_01_01_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2021_11_01_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2021_11_01_01_world.sql b/sql/updates/world/3.3.5/2021_11_01_01_world.sql new file mode 100644 index 00000000000..570dec73e16 --- /dev/null +++ b/sql/updates/world/3.3.5/2021_11_01_01_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `spell_dbc` SET `ProcChance` = 101, `Effect1` = 24, `EffectImplicitTargetA1` = 25, `EffectItemType1` = 37888 WHERE `Id` = 49591; +UPDATE `spell_dbc` SET `ProcChance` = 101, `Effect1` = 24, `EffectImplicitTargetA1` = 25, `EffectItemType1` = 49278 WHERE `Id` = 70055; -- cgit v1.2.3