mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
Fix (DB\Loot) Ez-Thro Dynamite II (#9977)
Item was never a npc drop. Verified thru UDB.
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user