mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
fix(DB/loot): Remove Mana Agate drop from Vultros (#6273)
- Removed Conjured Mana Agate from the drop table because it is a conjured mage item - Closes https://github.com/azerothcore/azerothcore-wotlk/issues/6249 - Closes https://github.com/chromiecraft/chromiecraft/issues/791
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1623193677054313100');
|
||||
|
||||
-- Remove Conjured Mana Agate drop from Vultros
|
||||
DELETE FROM `creature_loot_template` WHERE `entry` = 462 AND `item` = 5514;
|
||||
Reference in New Issue
Block a user