From fb227be9eb53581863a45002a3878566b3c1e22c Mon Sep 17 00:00:00 2001 From: offl Date: Thu, 27 Aug 2020 04:09:39 +0300 Subject: DB/Creature: Fix reference with Frostweave Cloth for Faceless Lurker --- sql/updates/world/3.3.5/2020_08_27_03_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_08_27_03_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2020_08_27_03_world.sql b/sql/updates/world/3.3.5/2020_08_27_03_world.sql new file mode 100644 index 00000000000..197c90f52e1 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_08_27_03_world.sql @@ -0,0 +1,2 @@ +-- 26040 is generic reference for Frostweave Cloth, 26041 should not be used without 26040 +UPDATE `creature_loot_template` SET `Item` = 26040, `Reference` = 26040, `Chance` = 35 WHERE `Entry` = 31691 AND `Reference` = 26041; -- cgit v1.2.3