Fix WotLK Emblems SQL

This commit is contained in:
ZhengPeiRu21
2022-09-25 22:05:22 -06:00
committed by GitHub
parent 757e1ee0b3
commit 10718220a3

View File

@@ -34,5 +34,5 @@ UPDATE `creature_template` SET `ScriptName` = 'npc_ipp_wotlk_icc' WHERE `entry`
/* Reference Tables */
DELETE FROM `reference_loot_template` WHERE `Entry`=60001 AND `Item`=40753;
INSERT INTO `reference_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `ReqLevel`, `Comment`) VALUES
(60001, 40753, 0, 100, 0, 1, 0, 1, 1, 0, 'Emblem of Valor');
INSERT INTO `reference_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
(60001, 40753, 0, 100, 0, 1, 0, 1, 1, 'Emblem of Valor');