diff options
| author | ariel- <ariel-@users.noreply.github.com> | 2017-01-25 01:43:48 -0300 |
|---|---|---|
| committer | ariel- <ariel-@users.noreply.github.com> | 2017-01-25 01:43:48 -0300 |
| commit | 5f901d3d75660118f705c27c84e1ae895ad8e3e7 (patch) | |
| tree | 3fadaf33b45fb2446458ac92993d80182653f745 | |
| parent | 77b59c07adf1bbbe3b0b90ce95c31889dca02555 (diff) | |
DB/Spell: Recently Bandaged debuff shouldn't break stealth
Closes #18951
By Noryad
| -rw-r--r-- | sql/updates/world/3.3.5/2017_01_25_01_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_01_25_01_world.sql b/sql/updates/world/3.3.5/2017_01_25_01_world.sql new file mode 100644 index 00000000000..7af38f38e91 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_01_25_01_world.sql @@ -0,0 +1,4 @@ +-- Recently Bandaged +DELETE FROM `spell_custom_attr` WHERE `entry` = 11196; +INSERT INTO `spell_custom_attr` (`entry`, `attributes`) VALUES +(11196, 0x40); |
