diff options
| author | ariel- <ariel-@users.noreply.github.com> | 2016-10-18 21:49:40 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-18 21:49:40 -0300 |
| commit | b00fa4174b5d62a6943d3ede363d97c4dbce2f4e (patch) | |
| tree | f0fb9887178899f6c1fc0ec4c68ede42a263e049 | |
| parent | 5c1dfce168e31f473418930fdd09eb800c64c44c (diff) | |
DB/Spell: Fix Shadow Trance aura drop
Closes #18100
| -rw-r--r-- | sql/updates/world/3.3.5/2016_10_18_07_world_335.sql | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
