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:
parent
8b6c37a8b6
commit
f92c072d79
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue