diff options
| author | SnapperRy <snapperryen@gmail.com> | 2016-08-24 00:39:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-08-24 00:39:51 +0200 |
| commit | c5904a543058095a92b00cf16f8002bdc9f0e8e7 (patch) | |
| tree | 5611c58da98b32c1c9cd7f61fd01a6f95da5f0fa | |
| parent | 91cdbf8edda17046dcffc0b867afbbeb99e6be00 (diff) | |
DB/Quest: use the new SMART_TARGET_LOOT_RECIPIENTS for quest "Feeding Arngrim"
By Treeston, closes #16169
| -rw-r--r-- | sql/updates/world/3.3.5/2016_08_24_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_08_24_01_world.sql b/sql/updates/world/3.3.5/2016_08_24_01_world.sql new file mode 100644 index 00000000000..65efdb08659 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_08_24_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `target_type`=27 WHERE `entryorguid`=30423 AND `id`=1; |
