diff options
author | offl <offl@users.noreply.github.com> | 2020-08-27 04:09:39 +0300 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-02-04 00:27:13 +0100 |
commit | 2154251ac74bbcb8d780feffea427f47425b62e1 (patch) | |
tree | a8e8d9761da971a4f317565b4a845dcd02350916 | |
parent | bfb8bb4e0b94305fee61e5afa2849a53da75659a (diff) |
DB/Creature: Fix reference with Frostweave Cloth for Faceless Lurker
(cherry picked from commit fb227be9eb53581863a45002a3878566b3c1e22c)
-rw-r--r-- | sql/updates/world/master/2022_02_03_21_world_2020_08_27_03_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_02_03_21_world_2020_08_27_03_world.sql b/sql/updates/world/master/2022_02_03_21_world_2020_08_27_03_world.sql new file mode 100644 index 00000000000..197c90f52e1 --- /dev/null +++ b/sql/updates/world/master/2022_02_03_21_world_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; |