DB/Loot: Fix disenchanting bug for items from Gnomeregan

This commit is contained in:
tobmaps
2011-05-19 01:35:36 +07:00
parent 8049ad5ff5
commit ed334aff22
2 changed files with 2 additions and 1 deletions

View File

@@ -789,7 +789,7 @@ INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`
DELETE FROM `creature` WHERE `guid` IN (107423);
DELETE FROM `creature_addon` WHERE `guid` IN (107423);
-- Xink's Shreeder shuld not be spawned
-- Xink's Shreeder should not be spawned
DELETE FROM `creature` WHERE `guid` IN (113110);
DELETE FROM `creature_addon` WHERE `guid` IN (113110);

View File

@@ -0,0 +1 @@
UPDATE `item_template` SET `DisenchantID` = 43 WHERE `DisenchantID` = 34 AND `ItemLevel` = 35;