mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 02:20:27 +00:00
Fix (DB\Loot) Zora Loot fix (#10002)
Remove Broken Silithid Chitin from npc. NPC Never dropped it. Compared to UDB for verification.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1641302977270881641');
|
||||
|
||||
-- Removes improper loot Broken Silithid Chitin from Silithus Rare Zora
|
||||
DELETE FROM `creature_loot_template` WHERE `Entry`=14474 AND `Item`=20499 AND `Reference`=0 AND `GroupId`=0;
|
||||
Reference in New Issue
Block a user