From 2b9e06ca8cfca7996f09676dd9f215e87569990e Mon Sep 17 00:00:00 2001 From: SnapperRy Date: Tue, 11 Oct 2016 20:43:57 +0200 Subject: DB/Loot: item Abandoned Adventurer's Satchel should always drop from Northrend rares. (cherry picked from commit 1c94f4c39ede65885c4709ffb6261353a87ce1af) --- sql/updates/world/master/2017_09_06_00_world_2016_10_11_04_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2017_09_06_00_world_2016_10_11_04_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/master/2017_09_06_00_world_2016_10_11_04_world.sql b/sql/updates/world/master/2017_09_06_00_world_2016_10_11_04_world.sql new file mode 100644 index 00000000000..fb939805c23 --- /dev/null +++ b/sql/updates/world/master/2017_09_06_00_world_2016_10_11_04_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_loot_template` SET `Chance`=100 WHERE `Item`=44663; -- cgit v1.2.3