fix(DB/creature_loot): Remove underlevel RLT from Blackhand Veteran (#9398)

This commit is contained in:
Azcobu
2021-12-03 08:45:48 +10:30
committed by GitHub
parent c3097a4a80
commit f0a10fd3c1

View File

@@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1638101787793400851');
-- Remove underlevel RLT 24075 from Blackhand Veteran
DELETE FROM `creature_loot_template` WHERE `Entry` = 9819 AND `Reference` = 24075;