mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
DB/Gossip: Ranger Lethvalin's gossip text
This commit is contained in:
9
sql/updates/world/3.3.5/2024_03_31_04_world.sql
Normal file
9
sql/updates/world/3.3.5/2024_03_31_04_world.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
-- Ranger Lethvalin's gossip menu text changes when quest "Dealing with Zeb'Sora" (9143) is rewarded.
|
||||
DELETE FROM `gossip_menu` WHERE `MenuID`=7158 AND `TextID`=8428;
|
||||
INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES
|
||||
(7158,8428,0);
|
||||
|
||||
-- Condition
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=7158;
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
|
||||
(14,7158,8428,0,0,8,0,9143,0,0,0,0,0,"","Show gossip dialog text 8428 if Quest 'Dealing with Zeb'Sora' (9143) is rewarded");
|
||||
Reference in New Issue
Block a user