mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-30 21:57:01 +01:00
DB/Item: Scarlet Insignia Ring - Questloot
* by Saben65 & tkrokli * closes #16405
This commit is contained in:
6
sql/updates/world/2016_02_11_00_world.sql
Normal file
6
sql/updates/world/2016_02_11_00_world.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- Scarlet Insignia Ring - Questloot
|
||||
DELETE FROM `creature_loot_template` WHERE `Entry` IN (1538,1539,1540) AND `Item`= 2875;
|
||||
INSERT INTO `creature_loot_template` (`Entry`,`Item`,`Reference`,`Chance`,`QuestRequired`,`LootMode`,`GroupId`,`MinCount`,`MaxCount`,`Comment`) VALUES
|
||||
(1538, 2875, 0, 40, 1, 1, 0, 1, 1, 'Scarlet Friar - Scarlet Insignia Ring'),
|
||||
(1539, 2875, 0, 40, 1, 1, 0, 1, 1, 'Scarlet Neophyte - Scarlet Insignia Ring'),
|
||||
(1540, 2875, 0, 40, 1, 1, 0, 1, 1, 'Scarlet Vanguard - Scarlet Insignia Ring');
|
||||
Reference in New Issue
Block a user