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:
acidmanifesto 2021-12-16 19:28:58 +01:00 committed by GitHub
parent 5a98712eb4
commit e05b78b922
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;