mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
8
sql/updates/world/3.3.5/2019_03_27_04_world_335.sql
Normal file
8
sql/updates/world/3.3.5/2019_03_27_04_world_335.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
-- Mottled Boar
|
||||
DELETE FROM `creature_loot_template` WHERE `Entry`=3098;
|
||||
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(3098, 4865, 0, 40, 0, 1, 1, 1, 1, "Ruined Pelt"), -- Ruined Pelt
|
||||
(3098, 7098, 0, 40, 0, 1, 1, 1, 2, "Splintered Tusk"), -- Splintered Tusk
|
||||
(3098, 117, 0, 20, 0, 1, 1, 1, 1, "Tough Jerky"), -- Tough Jerky
|
||||
(3098, 24073, 24073, 15, 0, 1, 0, 1, 1, "Junk"), -- Junk
|
||||
(3098, 11111, 11111, 0.1, 0, 1, 0, 1, 1, "Bags"); -- Bags
|
||||
Reference in New Issue
Block a user