mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-26 20:02:25 +01:00
DB/Loot: Fix disenchanting bug for items from Gnomeregan
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
1
sql/updates/world/2011_05_18_11_world_item_template.sql
Normal file
1
sql/updates/world/2011_05_18_11_world_item_template.sql
Normal file
@@ -0,0 +1 @@
|
||||
UPDATE `item_template` SET `DisenchantID` = 43 WHERE `DisenchantID` = 34 AND `ItemLevel` = 35;
|
||||
Reference in New Issue
Block a user