fix(DB/Loot): Fen Strider Tentacle should only drop when on quest (#14404)
This commit is contained in:
parent
35fa273ead
commit
b0c37eabef
1 changed files with 4 additions and 0 deletions
4
data/sql/updates/pending_db_world/fenstrider.sql
Normal file
4
data/sql/updates/pending_db_world/fenstrider.sql
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
--
|
||||
DELETE FROM `creature_loot_template` WHERE (`Entry` = 18134) AND (`Item` IN (24427));
|
||||
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(18134, 24427, 0, 20, 1, 1, 0, 1, 1, 'Fen Strider - Fen Strider Tentacle');
|
||||
Loading…
Add table
Add a link
Reference in a new issue