aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorariel- <ariel-@users.noreply.github.com>2017-01-23 22:03:24 -0300
committerariel- <ariel-@users.noreply.github.com>2017-01-23 22:03:24 -0300
commit2db3e86d9bf200e5049e553160bc47b7bacac621 (patch)
tree62df87eb37936d49b192a3590097e3c78d24c59b /sql/updates
parent53eb6ec61628147046f1e8996e05921a00726c11 (diff)
Core/Scripts: implemented Gnomish Harm Prevention Belt
Updates #18542
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/3.3.5/2017_01_23_03_world.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_01_23_03_world.sql b/sql/updates/world/3.3.5/2017_01_23_03_world.sql
new file mode 100644
index 00000000000..32eac33787a
--- /dev/null
+++ b/sql/updates/world/3.3.5/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');