typofix IN not =

This commit is contained in:
ZxBiohazardZx
2013-01-03 20:45:58 +01:00
parent fb273bf0af
commit fd052dedc6

View File

@@ -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);