mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/reference_loot_template): Adjusted raptor drops (#13204)
This commit is contained in:
3
data/sql/updates/pending_db_world/MottRaptor.sql
Normal file
3
data/sql/updates/pending_db_world/MottRaptor.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
DELETE FROM `reference_loot_template` WHERE `entry` = 45002 AND `item` in (24063, 24065);
|
||||
INSERT INTO `reference_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES (45002, 24063, 24063, 3, 0, 1, 1, 1, 1, '(ReferenceTable)');
|
||||
Reference in New Issue
Block a user