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