From b00fa4174b5d62a6943d3ede363d97c4dbce2f4e Mon Sep 17 00:00:00 2001 From: ariel- Date: Tue, 18 Oct 2016 21:49:40 -0300 Subject: DB/Spell: Fix Shadow Trance aura drop Closes #18100 --- sql/updates/world/3.3.5/2016_10_18_07_world_335.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/3.3.5/2016_10_18_07_world_335.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2016_10_18_07_world_335.sql b/sql/updates/world/3.3.5/2016_10_18_07_world_335.sql new file mode 100644 index 00000000000..07391ab5034 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_10_18_07_world_335.sql @@ -0,0 +1 @@ +UPDATE `spell_proc` SET `AttributesMask`=0x8 WHERE `SpellId`=17941; -- cgit v1.2.3