aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSnapperRy <snapperryen@gmail.com>2016-09-10 02:43:58 +0200
committerSnapperRy <snapperryen@gmail.com>2016-09-10 02:43:58 +0200
commita261e68aed4be53db7b61f601196ef9810da0d39 (patch)
tree4a35b3939092b0bf42341d8e8823f13a23fcf34e
parent2f493430c9f029867eb1699c54de853e06e850d9 (diff)
DB/Spell: prevent serverside auras for Paladin talent Pursuit of Justice from vanishing after death.
-rw-r--r--sql/updates/world/3.3.5/2016_09_10_01_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_09_10_01_world.sql b/sql/updates/world/3.3.5/2016_09_10_01_world.sql
new file mode 100644
index 00000000000..af49f044a2a
--- /dev/null
+++ b/sql/updates/world/3.3.5/2016_09_10_01_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `spell_dbc` SET `AttributesEx3`=0x100000 WHERE `Id` IN (61417, 61418);