From 3c66a88d04405eb06edf1192785b4abd25e111fd Mon Sep 17 00:00:00 2001 From: Killyana Date: Fri, 24 Jul 2015 19:17:48 +0200 Subject: DB/Misc: Fixup evading Creatures closes #15094 --- sql/updates/world/2015_07_24_04_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2015_07_24_04_world.sql (limited to 'sql') diff --git a/sql/updates/world/2015_07_24_04_world.sql b/sql/updates/world/2015_07_24_04_world.sql new file mode 100644 index 00000000000..c3849e7b6c8 --- /dev/null +++ b/sql/updates/world/2015_07_24_04_world.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