From 826b3cf09e1638c27f6d47bef35cc041f4a17381 Mon Sep 17 00:00:00 2001 From: Killyana Date: Wed, 14 Feb 2018 01:03:03 +0100 Subject: DB: Fixing a typo from a previous commit Ref https://github.com/TrinityCore/TrinityCore/commit/9f59fb54fc16e06f81a1e99df4076c939bdb3339 --- sql/updates/world/3.3.5/2018_02_14_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2018_02_14_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2018_02_14_00_world.sql b/sql/updates/world/3.3.5/2018_02_14_00_world.sql new file mode 100644 index 00000000000..6139607d986 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_02_14_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `action_param1`=0, `action_param2`=180 WHERE `source_type`=9 AND `entryorguid`=2878000 AND `id` IN (7); -- cgit v1.2.3