From 3cd2301128b325d2ad98e3378a751171db58910d Mon Sep 17 00:00:00 2001 From: Killyana Date: Tue, 24 Nov 2015 17:46:44 +0100 Subject: [PATCH] Fix a typo --- sql/updates/world/2015_11_24_13_world.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/updates/world/2015_11_24_13_world.sql b/sql/updates/world/2015_11_24_13_world.sql index d9413a41874..72a04f7d63c 100644 --- a/sql/updates/world/2015_11_24_13_world.sql +++ b/sql/updates/world/2015_11_24_13_world.sql @@ -1,4 +1,4 @@ -- DELETE FROM `smart_scripts` WHERE `entryorguid`=2287 AND `source_type`=0 AND `id`=3; -UPDATE `smart_scripts SET `link`=0 WHERE `entryorguid`=2287 AND `source_type`=0 AND `id`=2; +UPDATE `smart_scripts` SET `link`=0 WHERE `entryorguid`=2287 AND `source_type`=0 AND `id`=2; DELETE FROM `smart_scripts` WHERE `entryorguid`=15491 AND `source_type`=0;