mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
fix(DB/loot): Dinosaur Bones (#6182)
Dinosaur bones in Un'Goro crater are dropping without the associated quest - Closes #6170 - Closes chromiecraft/chromiecraft#755 Co-authored-by: dsegna <dsegna@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1622599423158947800');
|
||||
|
||||
SET @DINOSAUR_BONE = 11114;
|
||||
UPDATE `creature_loot_template` SET `QuestRequired` = 1 WHERE `ITEM` = @DINOSAUR_BONE;
|
||||
Reference in New Issue
Block a user