aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2016-07-31 08:45:43 +0200
committerGitHub <noreply@github.com>2016-07-31 08:45:43 +0200
commit3fc487e532489bbbb196f4c8b03be2e736de02ba (patch)
tree5dc7351a7b996c31a2bdf3110b8e10b4a5029089
parente54e27af925d87426a53bacedad3fa2ff54cb7dd (diff)
DB/Item: Fix Pristine Glowbear Pelt disenchant
Closes #17684 by robinsch
-rw-r--r--sql/updates/world/3.3.5/2016_07_31_01_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_07_31_01_world.sql b/sql/updates/world/3.3.5/2016_07_31_01_world.sql
new file mode 100644
index 00000000000..3fb22dfd09f
--- /dev/null
+++ b/sql/updates/world/3.3.5/2016_07_31_01_world.sql
@@ -0,0 +1,2 @@
+-- Pristine Glowbear Pelt
+UPDATE `item_template` SET `DisenchantID`=54 WHERE `entry`=51958;