diff --git a/sql/world/base/wotlk_emblems.sql b/sql/world/base/wotlk_emblems.sql index ef24cd6..d0a4cf4 100644 --- a/sql/world/base/wotlk_emblems.sql +++ b/sql/world/base/wotlk_emblems.sql @@ -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');