diff options
author | Killyana <morphone1@gmail.com> | 2016-07-19 17:04:17 +0200 |
---|---|---|
committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-02-11 15:53:55 +0100 |
commit | 3e33e5bf782fbeee74d05e1f2225f380be39cae1 (patch) | |
tree | 146ae7584d35a2f18687378038121a2b02d46cef | |
parent | c827443d4aede19d6f63b40311d5b20a6930eaf0 (diff) |
DB/Quest: The Keeper's Favor
Fix spell target and cast type
Closes #17623
(cherry picked from commit 10ac7a06dee726f4a8a6a33dba6533cf88eb0e29)
-rw-r--r-- | sql/updates/world/master/2017_02_11_05_world_2016_07_19_04_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_02_11_05_world_2016_07_19_04_world.sql b/sql/updates/world/master/2017_02_11_05_world_2016_07_19_04_world.sql new file mode 100644 index 00000000000..449999b41e1 --- /dev/null +++ b/sql/updates/world/master/2017_02_11_05_world_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; + |