diff options
author | ariel- <ariel-@users.noreply.github.com> | 2016-10-12 21:46:29 -0300 |
---|---|---|
committer | ariel- <ariel-@users.noreply.github.com> | 2016-10-12 21:46:29 -0300 |
commit | d911983f27d6a9ffa4ab743058de79c8aebf9fe2 (patch) | |
tree | 443edc0056282e6fbbf1a81a766b9345b21b4c21 | |
parent | f20795ff36e2b72fb3587cc5e7dfe5d5eb345ae2 (diff) |
DB/Spell: Fix Glyph of Healing Wave
-rw-r--r-- | sql/updates/world/3.3.5/2016_10_12_04_world_335.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_10_12_04_world_335.sql b/sql/updates/world/3.3.5/2016_10_12_04_world_335.sql new file mode 100644 index 00000000000..d5b12d343e1 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_10_12_04_world_335.sql @@ -0,0 +1 @@ +UPDATE `spell_proc` SET `SpellPhaseMask`=0x2 WHERE `SpellId`=55440; |