From 8cbac357ce49a7a1e72e3a5e771baa79795daab7 Mon Sep 17 00:00:00 2001 From: ariel- Date: Thu, 29 Dec 2016 05:02:47 -0300 Subject: DB/Spell: Fix 2 procs (triggered flag) - Hunting Party (Closes #18412) - Inspiration (Closes #18413) --- sql/updates/world/3.3.5/2016_12_29_03_world_335.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/3.3.5/2016_12_29_03_world_335.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2016_12_29_03_world_335.sql b/sql/updates/world/3.3.5/2016_12_29_03_world_335.sql new file mode 100644 index 00000000000..00d9cecd7b9 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_12_29_03_world_335.sql @@ -0,0 +1 @@ +UPDATE `spell_proc` SET `AttributesMask`=`AttributesMask`|0x2 WHERE `SpellId` IN (-14892, -53290); -- cgit v1.2.3