diff options
| author | Keader <keader.android@gmail.com> | 2017-01-19 14:22:41 -0300 |
|---|---|---|
| committer | Keader <keader.android@gmail.com> | 2017-01-19 14:22:41 -0300 |
| commit | 93559450ce05b817b1ede54261158177a490bf3a (patch) | |
| tree | 8b80c45fa4c56933321b5dfd9c7065cd6592b4ef | |
| parent | 28b955bd25dce9c153ba4e1d16d70778d41d5d9b (diff) | |
DB/Spell: Fixed Gaseous Bloat Proc
Closes #18883
By ariel-
| -rw-r--r-- | sql/updates/world/3.3.5/2017_01_19_00_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_01_19_00_world.sql b/sql/updates/world/3.3.5/2017_01_19_00_world.sql new file mode 100644 index 00000000000..2cb29a6f708 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_01_19_00_world.sql @@ -0,0 +1 @@ +UPDATE `spell_proc` SET `HitMask` = 0x2FFF WHERE `SpellId` IN (70672, 72455, 72832, 72833); -- Gaseous Bloat |
