diff options
| author | ariel- <ariel-@users.noreply.github.com> | 2017-01-23 22:03:24 -0300 |
|---|---|---|
| committer | funjoker <funjoker109@gmail.com> | 2020-04-24 17:18:47 +0200 |
| commit | cdbe16fabea9fe140fb59b510118104b3be1bc9f (patch) | |
| tree | e72d13475b9446625ca1eac3879df8b80ae087a4 /sql/updates | |
| parent | 2d2cf2533eef00c1907411cf6a81df3b18c12b90 (diff) | |
Core/Scripts: implemented Gnomish Harm Prevention Belt
Updates #18542
(cherry picked from commit 2db3e86d9bf200e5049e553160bc47b7bacac621)
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/master/2020_04_10_22_world_2017_01_23_03_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_04_10_22_world_2017_01_23_03_world.sql b/sql/updates/world/master/2020_04_10_22_world_2017_01_23_03_world.sql new file mode 100644 index 00000000000..32eac33787a --- /dev/null +++ b/sql/updates/world/master/2020_04_10_22_world_2017_01_23_03_world.sql @@ -0,0 +1,7 @@ +DELETE FROM `spell_proc` WHERE `SpellId`=13234; +INSERT INTO `spell_proc` (`SpellId`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `ProcFlags`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`, `AttributesMask`, `ProcsPerMinute`, `Chance`, `Cooldown`, `Charges`) VALUES +(13234, 0, 0, 0x00000000, 0x00000000, 0x00000000, 0, 0x1, 0x0, 0x403, 0x2, 0, 0, 0, 0); + +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_item_harm_prevention_belt'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(13234, 'spell_item_harm_prevention_belt'); |
