fix(DB/Loot): Fel cone loot incorrect (#9713)

This commit is contained in:
Malcrom 2021-12-17 13:50:24 -04:00 committed by GitHub
parent 45a9695b5d
commit 69c46ed385
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;