diff options
-rw-r--r-- | sql/updates/world/3.3.5/2018_03_15_00_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/3.3.5/2018_03_15_00_world.sql b/sql/updates/world/3.3.5/2018_03_15_00_world.sql index 5c870472604..0ade27aee5a 100644 --- a/sql/updates/world/3.3.5/2018_03_15_00_world.sql +++ b/sql/updates/world/3.3.5/2018_03_15_00_world.sql @@ -1,2 +1,2 @@ -- -UPDATE `smart_scripts` SET `event_param1`=18000, `event_param2`=18000, `event_param3`=18000, `event_param4`=18000 WHERE `entryorguid` IN (-111996, -112005) AND `source_type`=0 AND `id`=0 +UPDATE `smart_scripts` SET `event_param1`=18000, `event_param2`=18000, `event_param3`=18000, `event_param4`=18000 WHERE `entryorguid` IN (-111996, -112005) AND `source_type`=0 AND `id`=0; |