From 35445d98ef8e9d205f582b52dced52d3d26d4d33 Mon Sep 17 00:00:00 2001 From: SnapperRy Date: Sat, 29 Oct 2016 16:55:41 +0200 Subject: DB/Gossip: Grinkle and Barrus. (cherry picked from commit cb595f69331bd9f367cd550ef16cae6d76ef5fd4) --- .../master/2017_11_11_04_world_2016_10_29_03_world.sql | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 sql/updates/world/master/2017_11_11_04_world_2016_10_29_03_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2017_11_11_04_world_2016_10_29_03_world.sql b/sql/updates/world/master/2017_11_11_04_world_2016_10_29_03_world.sql new file mode 100644 index 00000000000..42ef3a58166 --- /dev/null +++ b/sql/updates/world/master/2017_11_11_04_world_2016_10_29_03_world.sql @@ -0,0 +1,16 @@ +-- +DELETE FROM `gossip_menu` WHERE (`MenuID`=6476 AND `TextID`=7676) OR (`MenuID`=6513 AND `TextID`=7711); +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(6476, 7676, 0), +(6513, 7711, 0); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup` IN (6476, 6513); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14, 6476, 7676, 0, 0, 27, 0, 35, 2, 0, 0, 0, 0, "", "Gossip text 7676 for NPC Grinkle requires level to be lower than 35"), +(14, 6476, 7677, 0, 0, 27, 0, 35, 3, 0, 0, 0, 0, "", "Gossip text 7677 for NPC Grinkle requires level to be 35 or higher"), +(14, 6513, 7711, 0, 0, 27, 0, 35, 2, 0, 0, 0, 0, "", "Gossip text 7676 for NPC Barrus requires level to be lower than 35"), +(14, 6513, 7712, 0, 0, 27, 0, 35, 3, 0, 0, 0, 0, "", "Gossip text 7677 for NPC Barrus requires level to be 35 or higher"); + +DELETE FROM `npc_text` WHERE `ID`=7711; +INSERT INTO `npc_text` (`ID`, `BroadcastTextID0`) VALUES +(7711, 10596); -- cgit v1.2.3