diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2024-04-04 19:10:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-04 19:10:13 +0200 |
| commit | d07a0769971c8b5d5d695ed31b973bafc2b9688d (patch) | |
| tree | f8d3678e9ff1de9441aad7a948ee6bf537617f92 | |
| parent | dacc11b8eafe69931ae641bd210c40fc54238f67 (diff) | |
DB/Gossip: Ambassador Dawnsinger's gossip text
closes #29888 by Jonne733
| -rw-r--r-- | sql/updates/world/3.3.5/2024_04_04_00_world.sql | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2024_04_04_00_world.sql b/sql/updates/world/3.3.5/2024_04_04_00_world.sql new file mode 100644 index 00000000000..601a5b656ae --- /dev/null +++ b/sql/updates/world/3.3.5/2024_04_04_00_world.sql @@ -0,0 +1,10 @@ +-- Ambassador Dawnsinger's gossip text should be different if player is blood elf. +-- Gossip Menu +DELETE FROM `gossip_menu` WHERE `MenuID`=7359 AND `TextID`=8791; +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(7359,8791,0); + +-- Condition +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=7359; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14,7359,8791,0,0,16,0,512,0,0,0,0,0,"","Show gossip text 8791 if player is a blood elf"); |
