diff options
| author | ariel- <ariel-@users.noreply.github.com> | 2016-10-04 23:51:44 -0300 |
|---|---|---|
| committer | ariel- <ariel-@users.noreply.github.com> | 2016-10-04 23:51:44 -0300 |
| commit | 9940b102af0282935088cb11e1bb68f38a6deb5f (patch) | |
| tree | a916eed6989154bd61d7236c2afdcc87f7cc095e | |
| parent | d9e4c8e04f9d0ece910642d1e695441deb4e8610 (diff) | |
DB/Spell: correct proc phase for Elemental Shaman 2P Bonus
Closes #12438
| -rw-r--r-- | sql/updates/world/3.3.5/2016_10_05_02_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_10_05_02_world.sql b/sql/updates/world/3.3.5/2016_10_05_02_world.sql new file mode 100644 index 00000000000..99a1767648f --- /dev/null +++ b/sql/updates/world/3.3.5/2016_10_05_02_world.sql @@ -0,0 +1 @@ +UPDATE `spell_proc` SET `SpellPhaseMask`=0x1 WHERE `SpellId`=70811; |
