From 0b27d29632f742ff50772da65554ef084543081b Mon Sep 17 00:00:00 2001 From: Teppic1 Date: Wed, 25 Oct 2017 17:04:13 +0200 Subject: DB/SAI: Lazy Peons are heard too widely Closes #20712 --- sql/updates/world/3.3.5/2017_10_25_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2017_10_25_00_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2017_10_25_00_world.sql b/sql/updates/world/3.3.5/2017_10_25_00_world.sql new file mode 100644 index 00000000000..67a0cf8c9fc --- /dev/null +++ b/sql/updates/world/3.3.5/2017_10_25_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `target_type`=18, `target_param1`=20 WHERE `target_type`=1 AND `action_type`=4 AND `action_param1`=6197 AND `source_type`=9; -- cgit v1.2.3