diff options
author | ZenoX92 <ZenoX92@users.noreply.github.com> | 2018-12-08 09:55:15 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2018-12-08 09:55:15 +0100 |
commit | d1593968444eeaa1a7680d66f3c024bbbc9c50a7 (patch) | |
tree | dc48741da0d6f43372fdabc1c40bb039c476f6f7 | |
parent | 275b53e31afedcaed632a6b9bd3c49df6e1db359 (diff) |
DB/Gossip: Janice Felstone
Closes #22739
-rw-r--r-- | sql/updates/world/3.3.5/2018_12_08_26_world_335.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_12_08_26_world_335.sql b/sql/updates/world/3.3.5/2018_12_08_26_world_335.sql new file mode 100644 index 00000000000..70fd5ed8866 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_12_08_26_world_335.sql @@ -0,0 +1,8 @@ +-- Janice Felstone +DELETE FROM `gossip_menu` WHERE `MenuID`=2961 AND `TextID`=3669; +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(2961,3669,0); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=2961; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14,2961,3669,0,0,8,0,5051,0,0,0,0,0,"","Show gossip text 3669 if quest 'Two Halves Become One' is rewarded"); |