aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorariel- <ariel-@users.noreply.github.com>2016-10-11 20:39:31 -0300
committerariel- <ariel-@users.noreply.github.com>2016-10-11 20:39:31 -0300
commit3cbd4bc22f013e8a4ab593c6f0afd2654fed6a66 (patch)
tree786d16902a12a04e0d5c7f435e8e480167434d61
parent1c7f0992973c3c05b0560ff6f7e1e89fcbed57f0 (diff)
DB/Spell: Fix Infusion of Light proc
-rw-r--r--sql/updates/world/3.3.5/2016_10_11_08_world_335.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_10_11_08_world_335.sql b/sql/updates/world/3.3.5/2016_10_11_08_world_335.sql
new file mode 100644
index 00000000000..d377dc5ae6a
--- /dev/null
+++ b/sql/updates/world/3.3.5/2016_10_11_08_world_335.sql
@@ -0,0 +1 @@
+UPDATE `spell_proc` SET `SpellFamilyMask0` = 0x00200000, `HitMask`=0x2, `AttributesMask`=0x2 WHERE `SpellId` = -53569;