mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 10:56:38 +01:00
DB/Quest: Fix gossips related to "The Mechagnomes" quest
This commit is contained in:
6
sql/updates/world/3.3.5/2020_02_13_02_world.sql
Normal file
6
sql/updates/world/3.3.5/2020_02_13_02_world.sql
Normal file
@@ -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 `OptionID`=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