fix(DB/Spell): Clam drops (#2757)

This commit is contained in:
Kitzunu
2020-04-22 11:48:23 +02:00
committed by GitHub
parent fd9d98bedb
commit 69d121fd03

View File

@@ -0,0 +1,20 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1584114505260057800');
-- Based on https://wowwiki.fandom.com/wiki/Clam?oldid=2076011
DELETE FROM `spell_loot_template` WHERE `entry` IN (58172, 58168, 61898, 58165, 58160);
INSERT INTO `spell_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
(58172, 5503, 0, 100, 0, 1, 0, 1, 1, ''),
(58172, 5498, 0, 5, 0, 1, 1, 1, 1, ''),
(58168, 5504, 0, 100, 0, 1, 0, 1, 1, ''),
(58168, 5498, 0, 5, 0, 1, 1, 1, 1, ''),
(58168, 5500, 0, 2.5, 0, 1, 1, 1, 1, ''),
(61898, 15924, 0, 100, 0, 1, 0, 1, 1, ''),
(58165, 7974, 0, 100, 0, 1, 0, 1, 1, ''),
(58165, 5498, 0, 3, 0, 1, 1, 1, 1, ''),
(58165, 5500, 0, 1, 0, 1, 1, 1, 1, ''),
(58165, 7971, 0, 4, 0, 1, 1, 1, 1, ''),
(58165, 13926, 0, 0.5, 0, 1, 1, 1, 1, ''),
(58160, 24477, 0, 100, 0, 1, 0, 1, 1, ''),
(58160, 24478, 0, 15, 0, 1, 1, 1, 1, ''),
(58160, 13926, 0, 5, 0, 1, 1, 1, 1, ''),
(58160, 24479, 0, 1, 0, 1, 1, 1, 1, '');