mirror of
https://github.com/araxiaonline/ScourgeInvasion.git
synced 2026-06-13 03:02:21 -04:00
37 lines
1.8 KiB
SQL
37 lines
1.8 KiB
SQL
-- Adding items (22972, 22977, 22970, 22946, 22944, 22975) to creature_loot_template for specified creatures
|
|
-- Creature: Skeletal Soldier (16422)
|
|
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
|
(16422, 22972, 0, 5, 0, 1, 0, 1, 1, ''),
|
|
(16422, 22977, 0, 5, 0, 1, 0, 1, 1, ''),
|
|
(16422, 22970, 0, 5, 0, 1, 0, 1, 1, ''),
|
|
(16422, 22946, 0, 5, 0, 1, 0, 1, 1, ''),
|
|
(16422, 22944, 0, 5, 0, 1, 0, 1, 1, ''),
|
|
(16422, 22975, 0, 5, 0, 1, 0, 1, 1, '');
|
|
|
|
-- Creature: Spirit of the Damned (16379)
|
|
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
|
(16379, 22972, 0, 5, 0, 1, 0, 1, 1, ''),
|
|
(16379, 22977, 0, 5, 0, 1, 0, 1, 1, ''),
|
|
(16379, 22970, 0, 5, 0, 1, 0, 1, 1, ''),
|
|
(16379, 22946, 0, 5, 0, 1, 0, 1, 1, ''),
|
|
(16379, 22944, 0, 5, 0, 1, 0, 1, 1, ''),
|
|
(16379, 22975, 0, 5, 0, 1, 0, 1, 1, '');
|
|
|
|
-- Creature: Bone Witch (16380)
|
|
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
|
(16380, 22972, 0, 5, 0, 1, 0, 1, 1, ''),
|
|
(16380, 22977, 0, 5, 0, 1, 0, 1, 1, ''),
|
|
(16380, 22970, 0, 5, 0, 1, 0, 1, 1, ''),
|
|
(16380, 22946, 0, 5, 0, 1, 0, 1, 1, ''),
|
|
(16380, 22944, 0, 5, 0, 1, 0, 1, 1, ''),
|
|
(16380, 22975, 0, 5, 0, 1, 0, 1, 1, '');
|
|
|
|
-- Creature: Lumbering Horror (14697)
|
|
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
|
(14697, 22972, 0, 5, 0, 1, 0, 1, 1, ''),
|
|
(14697, 22977, 0, 5, 0, 1, 0, 1, 1, ''),
|
|
(14697, 22970, 0, 5, 0, 1, 0, 1, 1, ''),
|
|
(14697, 22946, 0, 5, 0, 1, 0, 1, 1, ''),
|
|
(14697, 22944, 0, 5, 0, 1, 0, 1, 1, ''),
|
|
(14697, 22975, 0, 5, 0, 1, 0, 1, 1, '');
|