mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 19:35:42 +00:00
Fix (DB) Loot Correction (#9728)
While Triaging https://github.com/chromiecraft/chromiecraft/issues/1893 I performed a creature loot table audit and discovered one item that is no present in any sniff or datamining. The item in question is the Stranglekelp. This loot is not mentioned or showed in any sniff or tables dealing with the rare creature Lady Zephris https://tbc.wowhead.com/npc=14277/lady-zephris
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1639602793583729055');
|
||||
|
||||
-- remove item from loot table
|
||||
DELETE FROM `creature_loot_template` WHERE `Entry`=14277 AND `Item`=3820 AND `Reference`=0 AND `GroupId`=0;
|
||||
Reference in New Issue
Block a user