mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 09:17:36 +01:00
typofix IN not =
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user