From a261e68aed4be53db7b61f601196ef9810da0d39 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. --- sql/updates/world/3.3.5/2016_09_10_01_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_09_10_01_world.sql (limited to 'sql') 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); -- cgit v1.2.3