diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-10-10 07:31:42 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-10-10 07:31:42 +0200 |
| commit | 6d562b12481790d57e673843cec77d8ccbd60c64 (patch) | |
| tree | ae41b176bb26c6a761a42a0eb399115c741329f6 | |
| parent | 4588294dd8580f93efdede3921909c7f1b7924c7 (diff) | |
Fix typo (thx to vlad852)
| -rw-r--r-- | sql/updates/world/2013_10_10_00_world_misc.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/updates/world/2013_10_10_00_world_misc.sql b/sql/updates/world/2013_10_10_00_world_misc.sql index e46668548b1..9dcae219b16 100644 --- a/sql/updates/world/2013_10_10_00_world_misc.sql +++ b/sql/updates/world/2013_10_10_00_world_misc.sql @@ -2,7 +2,7 @@ UPDATE `creature` SET `spawndist`=0 WHERE `guid`=142524; UPDATE `smart_scripts` SET `event_param2`=100 WHERE `entryorguid`=16769 AND `source_type`=0 AND `id`=9; UPDATE `smart_scripts` SET `action_param1`=55661 WHERE `entryorguid`=29872 AND `source_type`=0 AND `id`=1; -UPDATE `smart_scripts` SET `action_param1`=55661 WHERE `entryorguid`=29895 AND `source_type`=0 AND `id`=3; +UPDATE `smart_scripts` SET `action_param1`=55662 WHERE `entryorguid`=29895 AND `source_type`=0 AND `id`=3; UPDATE `conditions` SET `SourceGroup`=10059 WHERE `SourceTypeOrReferenceId`=10 AND `SourceGroup`=10058 AND `SourceEntry`=51969; -UPDATE `conditions` SET `SourceGroup`=10058 WHERE `SourceTypeOrReferenceId`=10 AND `SourceGroup`=10059 AND `SourceEntry`=51961;
\ No newline at end of file +UPDATE `conditions` SET `SourceGroup`=10058 WHERE `SourceTypeOrReferenceId`=10 AND `SourceGroup`=10059 AND `SourceEntry`=51961; |
