From 25d4bcba3d2408dab6dc5a147136c5a0e55e3097 Mon Sep 17 00:00:00 2001 From: Killyana Date: Thu, 15 Mar 2018 20:53:51 +0100 Subject: DB/SAI: Fix a typo in a previous commit Ref https://github.com/TrinityCore/TrinityCore/commit/565cbed7bad6df759412e1d367423b074f4e1dd8 --- sql/updates/world/3.3.5/2018_03_15_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2018_03_15_00_world.sql (limited to 'sql/updates') 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 new file mode 100644 index 00000000000..5c870472604 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_03_15_00_world.sql @@ -0,0 +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 -- cgit v1.2.3