fix(DB/Loot): Belamoore's Rearch Journal drop requirement (#6589)
This commit is contained in:
parent
695154ac92
commit
6487ba833c
1 changed files with 6 additions and 0 deletions
|
|
@ -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');
|
||||
Loading…
Add table
Add a link
Reference in a new issue