diff options
author | Wyreth <Wyreth@users.noreply.github.com> | 2017-09-30 15:53:42 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2020-09-13 18:39:08 +0200 |
commit | b884843814ebfbf667e205ea6da91b6a1ce671d8 (patch) | |
tree | aa3bc7f69e2d10920c0128f0fb6256ef55166697 | |
parent | f98d7f0ef1d3250173f1db01fde1a646d317c58b (diff) |
DB/Gossip: Librarian Serrah
Closes #20473
(cherry picked from commit e5cb771a1c8861332ff636d1be6bd82fbf9f73cf)
-rw-r--r-- | sql/updates/world/master/2020_09_13_13_world_2017_09_30_06_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_09_13_13_world_2017_09_30_06_world.sql b/sql/updates/world/master/2020_09_13_13_world_2017_09_30_06_world.sql new file mode 100644 index 00000000000..cb7286b436a --- /dev/null +++ b/sql/updates/world/master/2020_09_13_13_world_2017_09_30_06_world.sql @@ -0,0 +1,6 @@ +-- DB/Gossip: fix gossip conditions for NPC Librarian Serrah +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` IN (14, 15) AND `SourceGroup`=9495; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14, 9495, 12780, 0, 0, 8, 0, 11912, 0, 0, 1, 0, 0, "", "Gossip text 12780 requires quest Nuts for Berries NOT rewarded"), +(14, 9495, 12781, 0, 0, 8, 0, 11912, 0, 0, 0, 0, 0, "", "Gossip text 12781 requires quest Nuts for Berries rewarded"), +(15, 9495, 0, 0, 0, 8, 0, 11912, 0, 0, 0, 0, 0, "", "Gossip option 0 requires quest Nuts for Berries rewarded"); |