aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2016-04-24 18:06:39 +0200
committerKillyana <morphone1@gmail.com>2016-04-24 18:06:39 +0200
commit7b66ce6e08708d2f0702ba92cc7931f6269cb9cc (patch)
treeb1e843f844633857de2182801c984ef5353150cb
parent9e371b766c75faf899cbbe24515b8b5c01716a50 (diff)
DB/Spell: Fix Hand of Salvation breaking invisibility
Closes #16635
-rw-r--r--sql/updates/world/3.3.5/2016_04_24_00_world_335.sql3
1 files changed, 3 insertions, 0 deletions
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);