fix(DB/Creature): arcane elixir drops removed (#7972)
* fix(DB/Creature): arcane elixir drops removed arcane elixir drops removed from 3 mobs * Update data/sql/updates/pending_db_world/rev_1631994698247378987.sql
This commit is contained in:
parent
ba53234917
commit
1144a40e50
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1631994698247378987');
|
||||
|
||||
DELETE FROM `creature_loot_template` WHERE (`Entry` IN (7153,8598,11462)) AND (`Item` IN (9155));
|
||||
Loading…
Add table
Add a link
Reference in a new issue