From 3cbd4bc22f013e8a4ab593c6f0afd2654fed6a66 Mon Sep 17 00:00:00 2001 From: ariel- Date: Tue, 11 Oct 2016 20:39:31 -0300 Subject: DB/Spell: Fix Infusion of Light proc --- sql/updates/world/3.3.5/2016_10_11_08_world_335.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/3.3.5/2016_10_11_08_world_335.sql (limited to 'sql') 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; -- cgit v1.2.3