aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSnapperRy <snapperryen@gmail.com>2016-09-10 02:43:58 +0200
committerjoschiwald <joschiwald.trinity@gmail.com>2017-02-26 15:46:30 +0100
commite186a10603f4a9bdd818514fcc60f16d33fd724b (patch)
tree9e0b8da109c1f8214f6945ea0513bf70bda87163
parent1bb998f4068ac2b0612c3edadbe8af07430071f0 (diff)
DB/Spell: prevent serverside auras for Paladin talent Pursuit of Justice from vanishing after death.
(cherry picked from commit a261e68aed4be53db7b61f601196ef9810da0d39)
-rw-r--r--sql/updates/world/master/2017_02_26_06_world_2016_09_10_01_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_02_26_06_world_2016_09_10_01_world.sql b/sql/updates/world/master/2017_02_26_06_world_2016_09_10_01_world.sql
new file mode 100644
index 00000000000..af49f044a2a
--- /dev/null
+++ b/sql/updates/world/master/2017_02_26_06_world_2016_09_10_01_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `spell_dbc` SET `AttributesEx3`=0x100000 WHERE `Id` IN (61417, 61418);