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:
parent
28664a2f9b
commit
0062a81d2f
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue