From 4e373426aa2320fabcbc9843a804ccc71b40794a Mon Sep 17 00:00:00 2001 From: Teppic1 Date: Sun, 4 Feb 2018 14:33:30 +0100 Subject: DB/Loot: Redo Prowler table and remove exploit Ref #21341 --- sql/updates/world/master/2018_02_04_00_world.sql | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sql/updates/world/master/2018_02_04_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2018_02_04_00_world.sql b/sql/updates/world/master/2018_02_04_00_world.sql new file mode 100644 index 00000000000..62df8eca762 --- /dev/null +++ b/sql/updates/world/master/2018_02_04_00_world.sql @@ -0,0 +1,10 @@ +-- +DELETE FROM `creature_loot_template` WHERE `Entry`=118; +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(118, 2672, 0, 85, 0, 1, 0, 1, 1, "Stringy wolf meat"), -- Stringy wolf meat +(118, 62328, 0, 85, 0, 1, 1, 1, 1, "Shed fur"), -- Shed fur +(118, 3299, 0, 15, 0, 1, 1, 1, 1, "Fractured canine"), -- Fractured canine +(118, 24073, 24073, 2, 0, 1, 2, 1, 1, "Junk"), -- Junk +(118, 24074, 24074, 1, 0, 1, 2, 1, 1, "Greens ilvl 10-11"), -- Greens ilvl 10-11 +(118, 24075, 24075, 0.5, 0, 1, 2, 1, 1, "Greens ilvl 12-13"), -- Greens ilvl 12-13 +(118, 11111, 11111, 0.1, 0, 1, 0, 1, 1, "Bags"); -- Bags -- cgit v1.2.3