Fix (DB\Loot) Ez-Thro Dynamite II (#9977)

Item was never a npc drop. Verified thru UDB.
This commit is contained in:
acidmanifesto
2022-01-03 22:00:30 +01:00
committed by GitHub
parent 8418f59dc0
commit 1e53ada71f

View File

@@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1641153687282510374');
-- Removes Ez-Thro Dynamite II from mob. Item is not a Mod Drop Item per UDB verification
DELETE FROM `creature_loot_template` WHERE `Entry`=12178 AND `Item`=18588 AND `Reference`=0 AND `GroupId`=0;
DELETE FROM `creature_loot_template` WHERE `Entry`=13136 AND `Item`=18588 AND `Reference`=0 AND `GroupId`=0;