aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/6452_world_spells.sql5
1 files changed, 3 insertions, 2 deletions
diff --git a/sql/updates/6452_world_spells.sql b/sql/updates/6452_world_spells.sql
index 55b1721f259..2ad6f262074 100644
--- a/sql/updates/6452_world_spells.sql
+++ b/sql/updates/6452_world_spells.sql
@@ -1,4 +1,5 @@
-DELETE FROM `spell_script_target` WHERE `entry` IN (54160,59474);
+DELETE FROM `spell_script_target` WHERE `entry` IN (54160,59474);
INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES
-(54160, 1, 29266),
+(54160, 1, 29266),
(59474, 1, 29266);
+