From 6d5ca4c55b5cdd27fae870e032e385cd2bc03f93 Mon Sep 17 00:00:00 2001 From: Grimfeather <88028633+Grimfeather@users.noreply.github.com> Date: Wed, 24 Sep 2025 09:22:38 +0200 Subject: [PATCH] Update zone_silithus.sql (#762) Hiding a few AQ quests in Silithus --- data/sql/world/base/zone_silithus.sql | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/data/sql/world/base/zone_silithus.sql b/data/sql/world/base/zone_silithus.sql index 6908702..59cb8a4 100644 --- a/data/sql/world/base/zone_silithus.sql +++ b/data/sql/world/base/zone_silithus.sql @@ -118,6 +118,14 @@ INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_ (15542, 0, 3, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Twilight Marauder - On Enrage - Say Line 0'); +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 19 AND `SourceEntry` IN (9415, 9416); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, +`ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +-- +(19, 0, 9415, 0, 0, 8, 0, 66005, 0, 0, 0, 0, 0, '', 'Quest: \'Report to Marshal Bluewall\' only available AFTER the player completes the AQ war'), +(19, 0, 9416, 0, 0, 8, 0, 66005, 0, 0, 0, 0, 0, '', 'Quest: \'Report to General Kirika\' only available AFTER the player completes the AQ war'); + + -- fix movement of Twilight cultists UPDATE `creature` SET `MovementType` = 1, `wander_distance` = 15 WHERE `guid` IN (42970, 42997, 43036);