From 3fc487e532489bbbb196f4c8b03be2e736de02ba Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sun, 31 Jul 2016 08:45:43 +0200 Subject: DB/Item: Fix Pristine Glowbear Pelt disenchant Closes #17684 by robinsch --- sql/updates/world/3.3.5/2016_07_31_01_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_07_31_01_world.sql (limited to 'sql') 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; -- cgit v1.2.3