aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2016-06-13 01:34:06 +0200
committerKillyana <morphone1@gmail.com>2016-06-13 01:34:06 +0200
commitc2227910fc10129f66da652ec830d49e5d4f8afa (patch)
tree304741671931af9ee624fa7a0c2944ec13f62013
parentba574fab7523c1fae79e247acb76c2cffe0dd461 (diff)
DB: Typo
Closes #17359
-rw-r--r--sql/updates/world/3.3.5/2016_04_24_00_world_335.sql1
1 files changed, 1 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
index 065c31601cd..b6b42fb0846 100644
--- 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
@@ -1,3 +1,4 @@
--
-- spell aura effect 53055 from Hand of Salvation should not break invisibility
+DELETE FROM `spell_custom_attr` WHERE `entry`=53055 AND `attributes`=64;
INSERT INTO `spell_custom_attr` (`entry`,`attributes`) VALUES (53055, 64);