From fd052dedc62df544ae3b67ffd6ceae5c6c197cdf Mon Sep 17 00:00:00 2001 From: ZxBiohazardZx Date: Thu, 3 Jan 2013 20:45:58 +0100 Subject: typofix IN not = --- sql/updates/world/2013_01_03_12_world_misc.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql') diff --git a/sql/updates/world/2013_01_03_12_world_misc.sql b/sql/updates/world/2013_01_03_12_world_misc.sql index 28c4e49fd4c..79d2e2daea9 100644 --- a/sql/updates/world/2013_01_03_12_world_misc.sql +++ b/sql/updates/world/2013_01_03_12_world_misc.sql @@ -1,3 +1,3 @@ -- Fix startup errors: -- Set correct questid for Many Wyrm -UPDATE `smart_scripts` SET `action_param1`=8346 WHERE `entryorguid`=(15273,15274,15294,15298) AND `source_type`=0 AND `id` IN (0,1); +UPDATE `smart_scripts` SET `action_param1`=8346 WHERE `entryorguid` IN (15273,15274,15294,15298) AND `source_type`=0 AND `id` IN (0,1); -- cgit v1.2.3