aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeader <keader.android@gmail.com>2017-10-03 19:45:15 -0300
committerGitHub <noreply@github.com>2017-10-03 19:45:15 -0300
commit26d0110d2d7b66cece6f3d03c37414869a905232 (patch)
tree90ed5876eeb01376952676ba14619102d450c0a9
parent76b922ea9cf6a38a3b0aa6b5d1690c632dbcef07 (diff)
DB/Spells: Fixed dispel of Faerie Fire with Cloak of Shadows
Added SPELL_ATTR0_UNAFFECTED_BY_INVULNERABILITY Ty sirikfoll and treeston to help with it :)
-rw-r--r--sql/updates/world/3.3.5/2017_10_03_20_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_10_03_20_world.sql b/sql/updates/world/3.3.5/2017_10_03_20_world.sql
new file mode 100644
index 00000000000..c570653be0e
--- /dev/null
+++ b/sql/updates/world/3.3.5/2017_10_03_20_world.sql
@@ -0,0 +1 @@
+UPDATE `spell_dbc` SET `Attributes`= `Attributes` | 0x20000000 WHERE Id=35729;