From ccdb507bbe783a664ff944eb6ac4094926beea03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E4=BD=A9=E8=8C=B9?= Date: Thu, 22 Sep 2022 11:54:08 -0600 Subject: [PATCH] Only allow Mature Black Dragon Sinew to drop from Onyxia --- sql/world/base/dungeon_onyxia.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sql/world/base/dungeon_onyxia.sql b/sql/world/base/dungeon_onyxia.sql index a4843b9..d7c1b21 100644 --- a/sql/world/base/dungeon_onyxia.sql +++ b/sql/world/base/dungeon_onyxia.sql @@ -4,6 +4,8 @@ REPLACE INTO `creature_template` (`entry`, `modelid1`, `name`, `subname`, `minle (301001, 397, "Onyxian Whelp", "", 56, 57, 16, 1.11111, 1.14286, 18.0, 1.0, 0, 0, 3.7, 2000, 2000, 1.0, 1.0, 1, 0, 2048, 0, 2, 8, 0, 0, 0, 0, 0, '', 1, 1.0, 1.0, 1.0, 1.0, 1.0, 0, 1, 0, 0, 0, ''), (301002, 8711, "Onyxian Warder", "", 60, 63, 103, 0.888888, 1.14286, 20.0, 1.0, 1, 0, 9.8, 2000, 2000, 1.0, 1.0, 1, 64, 2048, 0, 2, 8, 301002, 0, 0, 1185, 4741, 'SmartAI', 1, 1.0, 25.0, 1.0, 1.0, 1.0, 0, 1, 617299803, 0, 0, ''); +DELETE FROM `creature_loot_template` WHERE `Item`=18705; + REPLACE INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `GroupId`, `MinCount`, `MaxCount`) VALUES (301000, 17966, 0, 100.0, 0, 0, 1, 1), (301000, 18422, 0, 100.0, 0, 0, 1, 1),