diff options
author | ariel- <ariel-@users.noreply.github.com> | 2018-01-02 19:31:40 -0300 |
---|---|---|
committer | ariel- <ariel-@users.noreply.github.com> | 2018-01-02 19:31:40 -0300 |
commit | 4e9d34691997b7dded45c7857b67413af7ff7c6f (patch) | |
tree | 1f8682614548a596b95f980768e7f34be4cdda40 | |
parent | c11d6dbac92eebae9b5517b3e271a2fccf84abfa (diff) |
DB/Spell: fix Improved Stormstrike proc when you OHKO
-rw-r--r-- | sql/updates/world/3.3.5/2018_01_02_09_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
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; |