diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2016-03-07 19:02:21 +0100 |
|---|---|---|
| committer | Aokromes <Aokromes@users.noreply.github.com> | 2016-03-07 19:02:21 +0100 |
| commit | 9c454385c304186a411732ae14cab9e0f22a1ce5 (patch) | |
| tree | 8bd693ef2f3262c170d598e4bc2047ea9656bb5b | |
| parent | 7b5d92926ee7f46088cab5595888faa3e6a8a234 (diff) | |
DB/Loot: Fix Rampaging Worgen
By thomas33, closes #15440
| -rw-r--r-- | sql/updates/world/2016_03_07_00_world.sql | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sql/updates/world/2016_03_07_00_world.sql b/sql/updates/world/2016_03_07_00_world.sql new file mode 100644 index 00000000000..73385d6ab40 --- /dev/null +++ b/sql/updates/world/2016_03_07_00_world.sql @@ -0,0 +1,15 @@ +-- +UPDATE `creature_template` SET lootid=34884 WHERE entry=34884; +DELETE FROM `creature_loot_template` WHERE entry=34884; +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(34884, 117, 0, 13.95, 0, 1, 1, 1, 1, 'Tough Jerky'), +(34884, 159, 0, 7.59, 0, 1, 1, 1, 1, 'Refreshing Spring Water'), +(34884, 805, 0, 2.25, 0, 1, 1, 1, 1, 'Small Red Pouch'), +(34884, 828, 0, 1.56, 0, 1, 1, 1, 1, 'Small Blue Pouch'), +(34884, 2589, 0, 0.05, 0, 1, 1, 1, 1, 'Linen Cloth'), +(34884, 4496, 0, 1.46, 0, 1, 1, 1, 1, 'Small Brown Pouch'), +(34884, 5571, 0, 1.75, 0, 1, 1, 1, 1, 'Small Black Pouch'), +(34884, 5572, 0, 1.51, 0, 1, 1, 1, 1, 'Small Green Pouch'), +(34884, 23329, 0, 0.03, 0, 1, 1, 1, 1, 'Enriched Lasher Root'), +(34884, 23332, 0, 0.03, 0, 1, 1, 1, 1, 'Withered Lasher Root'), +(34884, 62772, 0, 0.04, 0, 1, 1, 1, 1, 'Drop of Slime'); |
