mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 19:05:42 +00:00
fix(DB/Loot): Belamoore's Rearch Journal drop requirement (#6589)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1624687532594694252');
|
||||
|
||||
-- Removes quest requirement from Belamoore's Research Journal junk drop
|
||||
DELETE FROM `creature_loot_template` WHERE `Entry` = 2415 AND `Item` = 3711;
|
||||
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(2415, 3711, 0, 100, 0, 1, 0, 1, 1, 'Warden Belamoore - Belamoore\'s Research Journal');
|
||||
Reference in New Issue
Block a user