aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2024-03-30 10:56:38 +0100
committerGitHub <noreply@github.com>2024-03-30 10:56:38 +0100
commit2a968c242ae09dc705de3b03989cf682cae14023 (patch)
treeb9dcece32411b950d606e8b2b47da234e4c4384d
parent39a8e8dd0cbea30107d9ba6900e3d753a69b053b (diff)
DB/Gossip: Magister Duskwither gossip text
closes #29859 by Jonne733
-rw-r--r--sql/updates/world/3.3.5/2024_03_30_04_world.sql10
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2024_03_30_04_world.sql b/sql/updates/world/3.3.5/2024_03_30_04_world.sql
new file mode 100644
index 00000000000..385f29b7334
--- /dev/null
+++ b/sql/updates/world/3.3.5/2024_03_30_04_world.sql
@@ -0,0 +1,10 @@
+-- Magister Duskwither gossip menu text changes after turning in quest "The Magister's Apprentice"
+-- Gossip menu
+DELETE FROM `gossip_menu` WHERE `MenuID`=6942 AND `TextID`=8233;
+INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES
+(6942,8233,0);
+
+-- Condition
+DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=6942;
+INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
+(14,6942,8233,0,0,8,0,8888,0,0,0,0,0,"","Gossip text 8233 requires quest The Magister's Apprentice rewarded");