From 4e9d34691997b7dded45c7857b67413af7ff7c6f Mon Sep 17 00:00:00 2001 From: ariel- Date: Tue, 2 Jan 2018 19:31:40 -0300 Subject: DB/Spell: fix Improved Stormstrike proc when you OHKO --- sql/updates/world/3.3.5/2018_01_02_09_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/3.3.5/2018_01_02_09_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2018_01_02_09_world.sql b/sql/updates/world/3.3.5/2018_01_02_09_world.sql new file mode 100644 index 00000000000..f44ec2ff595 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_01_02_09_world.sql @@ -0,0 +1 @@ +UPDATE `spell_proc` SET `SpellPhaseMask`=0x1 WHERE `SpellId`=-51521; -- cgit v1.2.3