diff options
| author | offl <11556157+offl@users.noreply.github.com> | 2021-11-01 18:09:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-01 18:09:24 +0200 |
| commit | ed38206031f25fec73282044293238c9573a89d9 (patch) | |
| tree | 51f4ded71216bc135785b4c597b91e1b7fb6126c /sql | |
| parent | 15fa7c59e6a6e7e4364238606b94db9624965294 (diff) | |
Scripts/Misc: Replace some of AddItem / CreateItem with spells (#27160)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2021_11_01_01_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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; |
