From 962794c1303ef29db1d5c045dae1ca5ebc673067 Mon Sep 17 00:00:00 2001 From: offl Date: Sun, 5 Sep 2021 19:51:12 +0300 Subject: DB/Loot: Fix MaxCount of Morning Glory Dew from Ravaged Cadaver Closes #26835 (cherry picked from commit 9851121dd912a33fc3348fda0ebc16274c4eea11) --- sql/updates/world/master/2022_03_14_06_world_2021_09_05_02_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2022_03_14_06_world_2021_09_05_02_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2022_03_14_06_world_2021_09_05_02_world.sql b/sql/updates/world/master/2022_03_14_06_world_2021_09_05_02_world.sql new file mode 100644 index 00000000000..fc1747dfd89 --- /dev/null +++ b/sql/updates/world/master/2022_03_14_06_world_2021_09_05_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_loot_template` SET `MaxCount` = 1 WHERE `Entry` = 10381 AND `Item` = 8766; -- cgit v1.2.3