diff options
| author | Rushor <PBienati@web.de> | 2015-07-15 02:07:59 +0100 |
|---|---|---|
| committer | DDuarte <dnpd.dd@gmail.com> | 2015-07-15 02:07:59 +0100 |
| commit | 3c912085f01f0d42d9c7703d95ca5ae552199b86 (patch) | |
| tree | 5ff294c8c3a5fa990d48231483af0ffff4c6f9f4 | |
| parent | 3391a847275cbba5cff25bb577facc5a19e442ec (diff) | |
DB/Spell: Invisibility - Reducing threat
closes #15044 - by @robinsch
(cherry picked from commit dc1a015d0b48f8684aa4174b9b84eba910467a48)
| -rw-r--r-- | sql/updates/world/2015_07_15_02_world_2015_07_14_03.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2015_07_15_02_world_2015_07_14_03.sql b/sql/updates/world/2015_07_15_02_world_2015_07_14_03.sql new file mode 100644 index 00000000000..31d3496a13b --- /dev/null +++ b/sql/updates/world/2015_07_15_02_world_2015_07_14_03.sql @@ -0,0 +1,2 @@ +-- Invis Aggrobehaviour +UPDATE `spell_dbc` SET `AttributesEx3`=`AttributesEx3`|0x00020000 WHERE `Id`=35009; |
