aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/3.3.5/2025_04_12_06_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2025_04_12_06_world.sql b/sql/updates/world/3.3.5/2025_04_12_06_world.sql
new file mode 100644
index 00000000000..8e99f2a70c6
--- /dev/null
+++ b/sql/updates/world/3.3.5/2025_04_12_06_world.sql
@@ -0,0 +1,5 @@
+-- Arch Druid Fandral Staghelm, gossip menu option requires the quest "Un' Goro Soil" rewarded and player to have herbalism skill below 75
+DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=1630;
+INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorType`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES
+(15,1630,0,0,1,8,0,3764,0,0,0,0,0,"","Gossip option 0 requires players have quest Un'Goro Soil rewarded AND"),
+(15,1630,0,0,1,7,0,182,75,0,1,0,0,"","Requires player skill in herbalism lower than 75");