diff options
author | Wyreth <Wyreth@users.noreply.github.com> | 2017-09-30 15:51:08 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2020-09-13 16:54:39 +0200 |
commit | f98d7f0ef1d3250173f1db01fde1a646d317c58b (patch) | |
tree | a4fd394ac3f5bb6c4e6e7eedf345e49abfa636c7 | |
parent | ae47bdcf3f2bf21381fe453ffa121c66a5d481d8 (diff) |
DB/Gossip: Annie Bonn
Closes #20472
(cherry picked from commit a587f754230af7f8025461853c048bd89bd1edda)
-rw-r--r-- | sql/updates/world/master/2020_09_13_12_world_2017_09_30_05_world.sql | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_09_13_12_world_2017_09_30_05_world.sql b/sql/updates/world/master/2020_09_13_12_world_2017_09_30_05_world.sql new file mode 100644 index 00000000000..6757b20f314 --- /dev/null +++ b/sql/updates/world/master/2020_09_13_12_world_2017_09_30_05_world.sql @@ -0,0 +1,9 @@ +-- Annie Bonn Gossip text conditions +DELETE FROM `gossip_menu` WHERE `MenuID`=9019 AND `TextID`=12186; +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(9019, 12186, 0); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=9019; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14, 9019, 12186, 0, 0, 8, 0, 11471, 0, 0, 1, 0, 0, "", "Gossip text 12186 requires quest The Jig is Up NOT rewarded"), +(14, 9019, 12187, 0, 0, 8, 0, 11471, 0, 0, 0, 0, 0, "", "Gossip text 12187 requires quest The Jig is Up rewarded"); |