diff options
| author | offl <offl@users.noreply.github.com> | 2021-07-28 01:10:55 +0300 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-03-11 20:08:41 +0100 |
| commit | 851735d8081644c5b4825568a4cff69193070ee4 (patch) | |
| tree | d7b2d73461c82fc68f5adfbf769e8e8cf836795d | |
| parent | 177b2f14f813a084126941491549ef265812e01b (diff) | |
DB/Loot: Demon Kissed Sack
Closes #26757
(cherry picked from commit 5b6048b091f42d125ab7a3f17a5970e2de5cde93)
| -rw-r--r-- | sql/updates/world/master/2022_03_11_32_world_2021_07_28_01_world.sql | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_11_32_world_2021_07_28_01_world.sql b/sql/updates/world/master/2022_03_11_32_world_2021_07_28_01_world.sql new file mode 100644 index 00000000000..f90676c0a79 --- /dev/null +++ b/sql/updates/world/master/2022_03_11_32_world_2021_07_28_01_world.sql @@ -0,0 +1,11 @@ +-- +DELETE FROM `item_loot_template` WHERE `Entry` = 12849; +INSERT INTO `item_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(12849,10376,0,0,0,1,1,1,1,''), +(12849,10377,0,0,0,1,1,1,1,''), +(12849,10378,0,0,0,1,1,1,1,''), +(12849,10379,0,0,0,1,1,1,1,''), +(12849,10380,0,0,0,1,1,1,1,''), +(12849,10381,0,0,0,1,1,1,1,''), +(12849,10382,0,0,0,1,1,1,1,''), +(12849,10383,0,0,0,1,1,1,1,''); |
