From 7b66ce6e08708d2f0702ba92cc7931f6269cb9cc Mon Sep 17 00:00:00 2001 From: Killyana Date: Sun, 24 Apr 2016 18:06:39 +0200 Subject: DB/Spell: Fix Hand of Salvation breaking invisibility Closes #16635 --- sql/updates/world/3.3.5/2016_04_24_00_world_335.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_04_24_00_world_335.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2016_04_24_00_world_335.sql b/sql/updates/world/3.3.5/2016_04_24_00_world_335.sql new file mode 100644 index 00000000000..065c31601cd --- /dev/null +++ b/sql/updates/world/3.3.5/2016_04_24_00_world_335.sql @@ -0,0 +1,3 @@ +-- +-- spell aura effect 53055 from Hand of Salvation should not break invisibility +INSERT INTO `spell_custom_attr` (`entry`,`attributes`) VALUES (53055, 64); -- cgit v1.2.3