mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-26 07:06:23 +00:00
fix(DB/creature_loot): Remove underlevel RLT from Blackhand Veteran (#9398)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user