From 69767ddb5c34199ade2d6404f671e3b155dec580 Mon Sep 17 00:00:00 2001 From: Grimfeather <88028633+Grimfeather@users.noreply.github.com> Date: Fri, 28 Nov 2025 06:36:58 +0100 Subject: [PATCH] Update zz_optional_vanilla_phasing.sql add Mishta - Design: Emerald Crown of Destruction --- optional/sql/world/zz_optional_vanilla_phasing.sql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/optional/sql/world/zz_optional_vanilla_phasing.sql b/optional/sql/world/zz_optional_vanilla_phasing.sql index e8c4454..9912774 100644 --- a/optional/sql/world/zz_optional_vanilla_phasing.sql +++ b/optional/sql/world/zz_optional_vanilla_phasing.sql @@ -158,7 +158,8 @@ INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry (15, 8205, 8, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Eversong Woods - Hide inscription gossip menu option until player reaches WotLK'); -- Hide Jewelcrafting recipes on vanilla vendors -DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 23 AND `SourceEntry` IN (20855, 20856, 20970, 20971, 20975, 21941, 21942, 21943, 21948, 21954, 21957); +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 23 AND `ConditionValue1` = 66008 AND `SourceEntry` IN +(20855, 20856, 20970, 20971, 20975, 21941, 21942, 21943, 21948, 21952, 21954, 21957); INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES -- @@ -180,6 +181,7 @@ INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry (23, 4897, 21943, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Helenia Olden - Design: Truesilver Crab'), (23, 5163, 21948, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Burbik Gearspanner - Design: Wicked Moonstone Ring'), (23, 8363, 21948, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Shadi Mistrunner - Design: Wicked Moonstone Ring'), +(23, 15179, 21952, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Mishta - Design: Emerald Crown of Destruction'), (23, 12941, 21954, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Jase Farlane - Design: Ring of Bitter Shadows'), (23, 11189, 21957, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Qia - Design: Necklace of the Diamond Tower');