fix(DB/Loot): Junk Loot from Water Barrels removed (#15540)
* fix(db/gameobject_loot): Junk Loot from Water Barrels removed * Update data/sql/updates/pending_db_world/rev_1679482307407253900.sql
This commit is contained in:
parent
caf54517bf
commit
dbc04e3328
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
--
|
||||
-- Remove Pollution from Water Barrels (gameobject 3658)
|
||||
DELETE FROM `gameobject_loot_template` WHERE `Entry`=2502 AND `Item` IN (851, 852, 853, 854, 858, 1196, 1197, 1198, 2207, 2455, 4765, 4766, 4777, 4778);
|
||||
Loading…
Add table
Add a link
Reference in a new issue