aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRushor <PBienati@web.de>2015-07-14 17:55:54 +0200
committerRushor <PBienati@web.de>2015-07-14 17:55:54 +0200
commitdc1a015d0b48f8684aa4174b9b84eba910467a48 (patch)
tree9d2de6b68802a044fdb1c1a32037df6c3c967a37
parent2295dc75e5c840ecd6ca6888e8bffb4c1cd026b3 (diff)
DB/Spell: Invisibility - Reducing threat
closes #15044 - by @robinsch
-rw-r--r--sql/updates/world/2015_07_14_03_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2015_07_14_03_world.sql b/sql/updates/world/2015_07_14_03_world.sql
new file mode 100644
index 00000000000..31d3496a13b
--- /dev/null
+++ b/sql/updates/world/2015_07_14_03_world.sql
@@ -0,0 +1,2 @@
+-- Invis Aggrobehaviour
+UPDATE `spell_dbc` SET `AttributesEx3`=`AttributesEx3`|0x00020000 WHERE `Id`=35009;