From 10ac7a06dee726f4a8a6a33dba6533cf88eb0e29 Mon Sep 17 00:00:00 2001 From: Killyana Date: Tue, 19 Jul 2016 17:04:17 +0200 Subject: DB/Quest: The Keeper's Favor Fix spell target and cast type Closes #17623 --- sql/updates/world/3.3.5/2016_07_19_04_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_07_19_04_world.sql diff --git a/sql/updates/world/3.3.5/2016_07_19_04_world.sql b/sql/updates/world/3.3.5/2016_07_19_04_world.sql new file mode 100644 index 00000000000..449999b41e1 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_07_19_04_world.sql @@ -0,0 +1,4 @@ +-- +UPDATE `smart_scripts` SET `action_type`=11, `target_type`=7, target_param1=0 WHERE `entryorguid`=11832 AND `source_type`=0 AND `id`=1; +UPDATE `smart_scripts` SET `action_param2`=0, `target_type`=7 WHERE `entryorguid`=30630 AND `source_type`=0 AND `id`=0; + -- cgit v1.2.3