fix(DB/Loot): remove underlevel RLT 24074 from Rocs/Hyenas (#6866)

This commit is contained in:
Azcobu
2021-07-12 17:52:10 +09:30
committed by GitHub
parent a80859da1e
commit 7cf5fbc458

View File

@@ -0,0 +1,4 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1625916764471568068');
-- Deletes lvl (min:10/avg:10.68/max:11) RLT 24074 from lvl 44 Blisterpaw Hyena (ID 5426), lvl 43 Fire Roc (ID 5429)
DELETE FROM `creature_loot_template` WHERE `Entry` IN (5426, 5429) AND `Reference` = 24074;