mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 05:36:23 +00:00
fix(DB/Loot): Bloated Slippery Eel should be lootable only with quest (#7653)
- Closes #6633
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1630405222505942000');
|
||||
|
||||
UPDATE `gameobject_loot_template` SET `QuestRequired`=1 WHERE `item`=45328;
|
||||
UPDATE `reference_loot_template` SET `QuestRequired`=1 WHERE `item`=45328;
|
||||
Reference in New Issue
Block a user