diff options
| author | Keader <keader.android@gmail.com> | 2019-02-20 10:52:03 -0300 |
|---|---|---|
| committer | Keader <keader.android@gmail.com> | 2019-02-20 10:52:03 -0300 |
| commit | 82a73c577c5290fef51dc4f9b5f7d66bffc41553 (patch) | |
| tree | 758ba10439ea47402f41daf8f735a57a2fe9525a | |
| parent | 34f83c68e3d880da79b637390b4a8e2e357c5c45 (diff) | |
DB/Spells: Fixed Glyph of Polymorph vs Spell Reflection
Glyph need proc when effect is reflected too
| -rw-r--r-- | sql/updates/world/3.3.5/2019_02_20_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_02_20_02_world.sql b/sql/updates/world/3.3.5/2019_02_20_02_world.sql new file mode 100644 index 00000000000..441ffce6f23 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_02_20_02_world.sql @@ -0,0 +1,2 @@ +-- Glyph of Polymorph vs Reflect +UPDATE `spell_proc` SET `HitMask`=2049 WHERE `SpellId`=56375; |
