mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-16 16:56:07 +00:00
8
data/sql/updates/db_world/2023_01_01_02.sql
Normal file
8
data/sql/updates/db_world/2023_01_01_02.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
-- DB update 2023_01_01_01 -> 2023_01_01_02
|
||||
--
|
||||
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