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:
parent
d810c786a3
commit
94c6e98d78
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue