diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2015-02-13 12:48:26 +0100 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2015-02-13 12:48:26 +0100 |
commit | f060b8f6b82f74f21a7e7d1812bc94336ebadb52 (patch) | |
tree | e182a44aa58e409eac36064ce75b6b79768613f3 | |
parent | 46280a1bb7dcb8cbf508ec8b334cc1b05103c826 (diff) |
DB/Quest: Root samples
By Rushor, closes #14137
-rw-r--r-- | sql/updates/world/2015_02_13_03_world.sql | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sql/updates/world/2015_02_13_03_world.sql b/sql/updates/world/2015_02_13_03_world.sql new file mode 100644 index 00000000000..0b0548c3f78 --- /dev/null +++ b/sql/updates/world/2015_02_13_03_world.sql @@ -0,0 +1,12 @@ +DELETE FROM `gameobject_loot_template` WHERE `entry`IN (1414,1415,1417,1418,1419,1420,1421,1733,1734,2513) AND `item`=5056; +INSERT INTO `gameobject_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(1414, 5056, 0, 100, 1, 1, 0, 1, 1, NULL), +(1415, 5056, 0, 100, 1, 1, 0, 1, 1, NULL), +(1417, 5056, 0, 100, 1, 1, 0, 1, 1, NULL), +(1418, 5056, 0, 100, 1, 1, 0, 1, 1, NULL), +(1419, 5056, 0, 100, 1, 1, 0, 1, 1, NULL), +(1420, 5056, 0, 100, 1, 1, 0, 1, 1, NULL), +(1421, 5056, 0, 100, 1, 1, 0, 1, 1, NULL), +(1733, 5056, 0, 100, 1, 1, 0, 1, 1, NULL), +(1734, 5056, 0, 100, 1, 1, 0, 1, 1, NULL), +(2513, 5056, 0, 100, 1, 1, 0, 1, 1, NULL); |