diff options
| author | SnapperRy <snapperryen@gmail.com> | 2016-08-24 00:39:51 +0200 | 
|---|---|---|
| committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-02-18 15:49:05 +0100 | 
| commit | 3a32b50002edb9869a8eab3f78f5ec440fab8b96 (patch) | |
| tree | 759f735449a611dcbb734694a9d87d1c54e3c250 | |
| parent | 2629009bdea4b3eb20448c352ce7c6b7ccb51f0d (diff) | |
DB/Quest: use the new SMART_TARGET_LOOT_RECIPIENTS for quest "Feeding Arngrim"
By Treeston, closes #16169
(cherry picked from commit c5904a543058095a92b00cf16f8002bdc9f0e8e7)
| -rw-r--r-- | sql/updates/world/master/2017_02_18_13_world_2016_08_24_01_world.sql | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_02_18_13_world_2016_08_24_01_world.sql b/sql/updates/world/master/2017_02_18_13_world_2016_08_24_01_world.sql new file mode 100644 index 00000000000..65efdb08659 --- /dev/null +++ b/sql/updates/world/master/2017_02_18_13_world_2016_08_24_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `target_type`=27 WHERE `entryorguid`=30423 AND `id`=1;  | 
