mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 13:16:23 +00:00
fix(DB/Loot): Prospecting Adamantite adjustment (#14456)
This commit is contained in:
7
data/sql/updates/pending_db_world/prospectada.sql
Normal file
7
data/sql/updates/pending_db_world/prospectada.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
--
|
||||
DELETE FROM `prospecting_loot_template` WHERE (`Entry` = 23425);
|
||||
INSERT INTO `prospecting_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(23425, 1, 13001, 100, 0, 1, 1, 1, 1, '(ReferenceTable)'),
|
||||
(23425, 2, 13002, 24, 0, 1, 1, 1, 1, '(ReferenceTable)'),
|
||||
(23425, 3, 13001, 15, 0, 1, 1, 1, 1, '(ReferenceTable)'),
|
||||
(23425, 24243, 0, 100, 0, 1, 0, 1, 1, 'Adamantite Powder');
|
||||
Reference in New Issue
Block a user