mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
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:
@@ -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));
|
||||
Reference in New Issue
Block a user