From e186a10603f4a9bdd818514fcc60f16d33fd724b Mon Sep 17 00:00:00 2001 From: SnapperRy Date: Sat, 10 Sep 2016 02:43:58 +0200 Subject: DB/Spell: prevent serverside auras for Paladin talent Pursuit of Justice from vanishing after death. (cherry picked from commit a261e68aed4be53db7b61f601196ef9810da0d39) --- sql/updates/world/master/2017_02_26_06_world_2016_09_10_01_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2017_02_26_06_world_2016_09_10_01_world.sql (limited to 'sql') 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); -- cgit v1.2.3