diff options
author | offl <offl@users.noreply.github.com> | 2020-08-27 04:09:39 +0300 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2020-08-27 04:09:39 +0300 |
commit | fb227be9eb53581863a45002a3878566b3c1e22c (patch) | |
tree | 6894018372cb8fe89f6b859cfd2b6a1cc32be251 | |
parent | 28f3924906dbcb892535d86a3435d059276c470f (diff) |
DB/Creature: Fix reference with Frostweave Cloth for Faceless Lurker
-rw-r--r-- | sql/updates/world/3.3.5/2020_08_27_03_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; |