diff options
| author | Keader <keader.android@gmail.com> | 2017-10-03 19:45:15 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-03 19:45:15 -0300 |
| commit | 26d0110d2d7b66cece6f3d03c37414869a905232 (patch) | |
| tree | 90ed5876eeb01376952676ba14619102d450c0a9 | |
| parent | 76b922ea9cf6a38a3b0aa6b5d1690c632dbcef07 (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.sql | 1 |
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; |
