diff options
author | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2013-01-03 20:45:58 +0100 |
---|---|---|
committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2013-01-03 20:45:58 +0100 |
commit | fd052dedc62df544ae3b67ffd6ceae5c6c197cdf (patch) | |
tree | f82459bba12fed6ef6be3bc8f07a91ec386e0ef6 | |
parent | fb273bf0af185e81f8b93def119ccaf976e15def (diff) |
typofix IN not =
-rw-r--r-- | sql/updates/world/2013_01_03_12_world_misc.sql | 2 |
1 files changed, 1 insertions, 1 deletions
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); |