diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2025-04-12 12:03:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-12 12:03:15 +0200 |
commit | ba2760647572fd1f5c56ac91476cd89b560c83db (patch) | |
tree | 44bc7ad60965ee847ef3b66f9a62b331d02c6efa | |
parent | 6aaff4423f4b3b6e4ace4149316aa819803621cb (diff) |
DB/Condition: Teldrassil, Flight Master Vesprystus gossip menu option
closes #30844
by Jonne733
-rw-r--r-- | sql/updates/world/3.3.5/2025_04_12_05_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2025_04_12_05_world.sql b/sql/updates/world/3.3.5/2025_04_12_05_world.sql new file mode 100644 index 00000000000..3e4835a4e6c --- /dev/null +++ b/sql/updates/world/3.3.5/2025_04_12_05_world.sql @@ -0,0 +1,4 @@ +-- Vesprystus, remove gossip menu option when players have the quest "The Bounty of Teldrassil" in progress or completed +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=4302; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorType`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(15,4302,0,0,0,47,0,6341,10,0,1,0,0,"","Do not show gossip menu 4302 option id 0 if player has quest 'The Bounty of Teldrassil' in progress or completed"); |