From e38e1c0c549c6b53993972f0d94a584cb3c46eeb Mon Sep 17 00:00:00 2001 From: Killyana Date: Fri, 15 Apr 2016 01:56:05 +0200 Subject: DB/SAI: Fix for Captured Scarlet Zealot Closes #16959 By @adeutscher --- sql/updates/world/2016_04_15_03_world_335.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2016_04_15_03_world_335.sql (limited to 'sql') diff --git a/sql/updates/world/2016_04_15_03_world_335.sql b/sql/updates/world/2016_04_15_03_world_335.sql new file mode 100644 index 00000000000..afbe3b3ab63 --- /dev/null +++ b/sql/updates/world/2016_04_15_03_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `action_type`=51, `action_param1`=0 WHERE `entryorguid`=193100 AND `source_type`=9 AND `id`=7; -- cgit v1.2.3