mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-05 08:28:57 +01:00
DB/Quest: Fix gossips related to "The Mechagnomes" quest
(cherry picked from commit c287f3998a)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
--
|
||||
UPDATE `smart_scripts` SET `event_param1`=9181, `link`=0 WHERE `entryorguid` IN (25590) AND `source_type`=0 AND `id`=0;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (25590) AND `source_type`=0 AND `id`=1;
|
||||
DELETE FROM `gossip_menu_option` WHERE `MenuID`=9182 AND `OptionIndex`=0;
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` IN (15) AND `SourceGroup` IN(9182,9181);
|
||||
UPDATE `conditions` SET `ConditionTypeOrReference`=47, `ConditionValue2`=66 WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=9171 AND `SourceEntry`=1;
|
||||
Reference in New Issue
Block a user