fix(DB/Loot): Fel cone loot incorrect (#9713)
This commit is contained in:
parent
45a9695b5d
commit
69c46ed385
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1639529374031815939');
|
||||
|
||||
-- Fix Fel cone loot
|
||||
DELETE FROM `gameobject_loot_template` WHERE `Entry`=1701 AND `Item`<>3418;
|
||||
Loading…
Add table
Add a link
Reference in a new issue