From 18b7d89b2dcd54a74c0b9ba20d5829e2e2f63d46 Mon Sep 17 00:00:00 2001 From: Grimfeather <88028633+Grimfeather@users.noreply.github.com> Date: Fri, 21 Nov 2025 06:17:56 +0100 Subject: [PATCH] Update zone_tanaris.sql (#872) Soridormi - Hide The Vials of Eternity until the player reaches TBC T2 --- data/sql/world/base/zone_tanaris.sql | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/sql/world/base/zone_tanaris.sql b/data/sql/world/base/zone_tanaris.sql index d5b226f..b6e799f 100644 --- a/data/sql/world/base/zone_tanaris.sql +++ b/data/sql/world/base/zone_tanaris.sql @@ -108,12 +108,12 @@ UPDATE `creature` SET `position_x` = -8175.67, `position_y` = -4718.28, `positio -- update Laden Dew Gland drop rate, was 100% UPDATE `creature_loot_template` SET `Chance` = 10 WHERE `Item` = 8428; --- Hide quest: The Lost Tablets of Mosh'aru, until PRE-AQ phase -DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 19 AND `SourceEntry` = 5065; +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 19 AND `ConditionTypeOrReference` = 8 AND `SourceEntry` IN (5065, 10445); INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES -(19, 0, 5065, 0, 0, 8, 0, 66003, 0, 0, 0, 0, 0, '', 'Prospector Ironboot - Hide \'The Lost Tablets of Mosh\'aru\' until player reaches Pre-AQ'); - +(19, 0, 5065, 0, 0, 8, 0, 66003, 0, 0, 0, 0, 0, '', 'Prospector Ironboot - Hide \'The Lost Tablets of Mosh\'aru\' until the player reaches Pre-AQ'), +(19, 0, 10445, 0, 0, 8, 0, 66009, 0, 0, 0, 0, 0, '', 'Soridormi - Hide \'The Vials of Eternity\' until the player reaches TBC T2'); + DELETE FROM `creature_text` WHERE `CreatureID` IN (5465, 5471, 5472, 5473, 5474, 5475); INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES --