fix(DB/Loot): Coilfang Water Elemental loot (#13832)
This commit is contained in:
parent
7f4fe2e3ec
commit
c791e2080e
1 changed files with 2 additions and 0 deletions
2
data/sql/updates/pending_db_world/removeloot.sql
Normal file
2
data/sql/updates/pending_db_world/removeloot.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
-- Remove golden pearl drop from creature
|
||||
DELETE FROM `item_loot_template` WHERE `Entry` IN (17917, 20627) AND (`Item` IN (13926));
|
||||
Loading…
Add table
Add a link
Reference in a new issue