Fix (DB\Loot) Ez-Thro Dynamite II (#9977)
Item was never a npc drop. Verified thru UDB.
This commit is contained in:
parent
8418f59dc0
commit
1e53ada71f
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue