From 5a4eb169aac67dc7f468a63807134246c09aa8b0 Mon Sep 17 00:00:00 2001 From: Killyana Date: Sat, 25 Jul 2015 17:39:02 +0100 Subject: DB/Misc: Fixup evading Creatures closes #15094 (cherry picked from commit 3c66a88d04405eb06edf1192785b4abd25e111fd) --- sql/updates/world/2015_07_25_07_world_2015_07_24_04.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2015_07_25_07_world_2015_07_24_04.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2015_07_25_07_world_2015_07_24_04.sql b/sql/updates/world/2015_07_25_07_world_2015_07_24_04.sql new file mode 100644 index 00000000000..c3849e7b6c8 --- /dev/null +++ b/sql/updates/world/2015_07_25_07_world_2015_07_24_04.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `action_param1`=12787, `target_type`=1 WHERE `action_param1`=3391 AND `action_type`=11 AND `source_type`=0; -- cgit v1.2.3