aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/6397_world.sql7
1 files changed, 4 insertions, 3 deletions
diff --git a/sql/updates/6397_world.sql b/sql/updates/6397_world.sql
index b37d829c483..f844c4d7eef 100644
--- a/sql/updates/6397_world.sql
+++ b/sql/updates/6397_world.sql
@@ -1,3 +1,4 @@
-DELETE FROM `spell_script_target` WHERE `entry`=45364;
-INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES
-(45364,1,25478);
+DELETE FROM `spell_script_target` WHERE `entry`=45364 AND `type`=1 AND `targetEntry`=25478
+DELETE FROM `spell_script_target` WHERE `entry`=45634;
+INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES
+(45634,1,25478);