mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
Update class_trainers.sql
skill book drops now handled in dungeon_aq20
This commit is contained in:
@@ -46,102 +46,6 @@ DELETE FROM `creature_loot_template` WHERE `Entry`=12118 AND `Item`=16665 AND `R
|
||||
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(12118, 16665, 0, 100, 0, 1, 0, 1, 1, NULL);
|
||||
|
||||
/* Restore AQ20 Book Drops */
|
||||
DELETE FROM `reference_loot_template` WHERE `entry` IN (30420, 30421, 30424, 30426, 30427);
|
||||
INSERT INTO `reference_loot_template` (`Entry`, `Item`, `Chance`, `GroupId`, `MinCount`, `MaxCount`) VALUES
|
||||
(30420, 21282, 0, 1, 1, 1),
|
||||
(30420, 21279, 0, 1, 1, 1),
|
||||
(30420, 21283, 0, 1, 1, 1),
|
||||
(30420, 21281, 0, 1, 1, 1),
|
||||
(30420, 21291, 0, 1, 1, 1),
|
||||
(30420, 21288, 0, 1, 1, 1),
|
||||
(30420, 21214, 0, 1, 1, 1),
|
||||
(30420, 21280, 0, 1, 1, 1),
|
||||
(30420, 21297, 0, 1, 1, 1),
|
||||
(30421, 21292, 0, 1, 1, 1),
|
||||
(30424, 21300, 0, 1, 1, 1),
|
||||
(30424, 21302, 0, 1, 1, 1),
|
||||
(30424, 21299, 0, 1, 1, 1),
|
||||
(30424, 21307, 0, 1, 1, 1),
|
||||
(30421, 21298, 0, 1, 1, 1),
|
||||
(30424, 21290, 0, 1, 1, 1),
|
||||
(30424, 21304, 0, 1, 1, 1),
|
||||
(30424, 21306, 0, 1, 1, 1),
|
||||
(30421, 21296, 0, 1, 1, 1),
|
||||
(30421, 21295, 0, 1, 1, 1),
|
||||
(30424, 21303, 0, 1, 1, 1),
|
||||
(30421, 21294, 0, 1, 1, 1),
|
||||
(30421, 21285, 0, 1, 1, 1),
|
||||
(30421, 21284, 0, 1, 1, 1),
|
||||
(30421, 21287, 0, 1, 1, 1),
|
||||
(30421, 21289, 0, 1, 1, 1),
|
||||
(30426, 21302, 0, 2, 1, 1),
|
||||
(30426, 21299, 0, 2, 1, 1),
|
||||
(30426, 21214, 0, 2, 1, 1),
|
||||
(30426, 21300, 0, 2, 1, 1),
|
||||
(30426, 21283, 0, 2, 1, 1),
|
||||
(30426, 21279, 0, 2, 1, 1),
|
||||
(30426, 21296, 0, 2, 1, 1),
|
||||
(30426, 21282, 0, 2, 1, 1),
|
||||
(30426, 21280, 0, 2, 1, 1),
|
||||
(30426, 21298, 0, 2, 1, 1),
|
||||
(30426, 21297, 0, 2, 1, 1),
|
||||
(30426, 21303, 0, 2, 1, 1),
|
||||
(30426, 21295, 0, 2, 1, 1),
|
||||
(30426, 21284, 0, 2, 1, 1),
|
||||
(30426, 21290, 0, 2, 1, 1),
|
||||
(30426, 21289, 0, 2, 1, 1),
|
||||
(30426, 21291, 0, 2, 1, 1),
|
||||
(30426, 21307, 0, 2, 1, 1),
|
||||
(30426, 21292, 0, 2, 1, 1),
|
||||
(30426, 21288, 0, 2, 1, 1),
|
||||
(30426, 21287, 0, 2, 1, 1),
|
||||
(30426, 21306, 0, 2, 1, 1),
|
||||
(30426, 21285, 0, 2, 1, 1),
|
||||
(30426, 21294, 0, 2, 1, 1),
|
||||
(30426, 21304, 0, 2, 1, 1),
|
||||
(30426, 21281, 0, 2, 1, 1),
|
||||
(30427, 21307, 0, 4, 1, 1),
|
||||
(30427, 21291, 0, 4, 1, 1),
|
||||
(30427, 21300, 0, 4, 1, 1),
|
||||
(30427, 21302, 0, 4, 1, 1),
|
||||
(30427, 21290, 0, 4, 1, 1),
|
||||
(30427, 21306, 0, 4, 1, 1),
|
||||
(30427, 21292, 0, 4, 1, 1),
|
||||
(30427, 21304, 0, 4, 1, 1),
|
||||
(30427, 21294, 0, 4, 1, 1),
|
||||
(30427, 21303, 0, 4, 1, 1),
|
||||
(30427, 21299, 0, 4, 1, 1),
|
||||
(30427, 21295, 0, 4, 1, 1),
|
||||
(30427, 21298, 0, 4, 1, 1),
|
||||
(30427, 21296, 0, 4, 1, 1),
|
||||
(30427, 21297, 0, 4, 1, 1),
|
||||
(30427, 21279, 0, 4, 1, 1),
|
||||
(30427, 21283, 0, 4, 1, 1),
|
||||
(30427, 21285, 0, 4, 1, 1),
|
||||
(30427, 21282, 0, 4, 1, 1),
|
||||
(30427, 21287, 0, 4, 1, 1),
|
||||
(30427, 21281, 0, 4, 1, 1),
|
||||
(30427, 21214, 0, 4, 1, 1),
|
||||
(30427, 21288, 0, 4, 1, 1),
|
||||
(30427, 21280, 0, 4, 1, 1),
|
||||
(30427, 21289, 0, 4, 1, 1),
|
||||
(30427, 21284, 0, 4, 1, 1);
|
||||
|
||||
REPLACE INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `GroupId`, `MinCount`, `MaxCount`) VALUES
|
||||
(15339, 30424, 30424, 100, 0, 1, 1),
|
||||
(15339, 30421, 30421, 100, 0, 1, 1),
|
||||
(15339, 30420, 30420, 100, 0, 1, 1),
|
||||
(15340, 30426, 30426, 100, 4, 1, 1),
|
||||
(15340, 30427, 30427, 100, 4, 1, 1),
|
||||
(15341, 30427, 30427, 100, 4, 1, 1),
|
||||
(15341, 30426, 30426, 100, 4, 1, 1),
|
||||
(15348, 30426, 30426, 100, 4, 1, 1),
|
||||
(15369, 30427, 30427, 100, 4, 1, 1),
|
||||
(15369, 30426, 30426, 100, 4, 1, 1),
|
||||
(15370, 30427, 30427, 100, 4, 1, 1),
|
||||
(15370, 30426, 30426, 100, 4, 1, 1);
|
||||
|
||||
/* Restore drops from Grimoire of Shadow Ward IV */
|
||||
DELETE FROM `creature_loot_template` WHERE `Item` = 22891;
|
||||
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Chance`, `GroupId`, `MinCount`, `MaxCount`) VALUES
|
||||
|
||||
Reference in New Issue
Block a user