mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/Creature): removes Elixir of Dream Vision from creature loot (#8004)
- Closes #7989 Co-authored-by: Lukas Volgger <55922592+LukasVolgger@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1632158215060703500');
|
||||
|
||||
DELETE FROM `creature_loot_template` WHERE `Entry` IN (2640, 4442, 6514, 6527, 8299, 9318, 9416, 10419, 11456, 11462) AND `Item` = 9197;
|
||||
Reference in New Issue
Block a user