diff --git a/data/sql/updates/pending_db_world/fenstrider.sql b/data/sql/updates/pending_db_world/fenstrider.sql new file mode 100644 index 000000000..8442e01b8 --- /dev/null +++ b/data/sql/updates/pending_db_world/fenstrider.sql @@ -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');