diff options
author | Keader <keader.android@gmail.com> | 2020-09-06 16:26:30 -0300 |
---|---|---|
committer | Keader <keader.android@gmail.com> | 2020-09-06 16:26:30 -0300 |
commit | ff5c2653af13ce3d3d5c48b5c038ba184d8776fb (patch) | |
tree | 39a416c93f5d8bc844a67d4b9c1766cdd804a608 /sql | |
parent | 8a53e7e1c3da59c41991b20ba4997360286dec15 (diff) |
DB/Spells: Fixed Unchained Magic proc from item cast
Like: Maghia's Misguided Quill
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/3.3.5/2020_09_06_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_09_06_01_world.sql b/sql/updates/world/3.3.5/2020_09_06_01_world.sql new file mode 100644 index 00000000000..6224f1f9621 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_09_06_01_world.sql @@ -0,0 +1,2 @@ +-- Unchained Magic +UPDATE `spell_proc` SET `AttributesMask`=256 WHERE `SpellId`=69762; |