Fix (DB\Loot Objective) Remove Bad Loot Objective (#9873)

Strashaz Myrmidon never had loot Bloodkelp for quest 8970.
 this via sniff. creature_questitem is not WDB
stop trusting wowhead, loot table is diluted. Loot table is accurate in bot cmangos (vanilla, tbc, wotlk), tc 335, and azerothcore. Just this is a bad objective marker that got added in most likely because of wowhead. Zero proof of loot Bloodkelp via sniffs.

Co-authored-by: Skjalf <47818697+Nyeriah@users.noreply.github.com>
This commit is contained in:
acidmanifesto
2021-12-27 20:51:47 +01:00
committed by GitHub
parent c6be653f9a
commit 1307569654

View File

@@ -0,0 +1,6 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1640360229533606283');
-- Strashaz Myrmidon never had loot for quest 8970
-- this via sniff. creature_questitem is not WDB
-- stop trusting wowhead, loot table is dialuted
DELETE FROM `creature_questitem` WHERE `CreatureEntry`=4368 AND `Idx`=0;