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