aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2020-08-27 04:09:39 +0300
committeroffl <offl@users.noreply.github.com>2020-08-27 04:09:39 +0300
commitfb227be9eb53581863a45002a3878566b3c1e22c (patch)
tree6894018372cb8fe89f6b859cfd2b6a1cc32be251
parent28f3924906dbcb892535d86a3435d059276c470f (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.sql2
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;