From 583eba3688c1ab8a4c5de38e00939bc491411960 Mon Sep 17 00:00:00 2001 From: Killyana Date: Wed, 16 Jan 2019 19:06:26 +0100 Subject: DB/Gossip: Shayis Steelfury --- sql/updates/world/3.3.5/2019_01_16_01_world.sql | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_01_16_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2019_01_16_01_world.sql b/sql/updates/world/3.3.5/2019_01_16_01_world.sql new file mode 100644 index 00000000000..324f945681c --- /dev/null +++ b/sql/updates/world/3.3.5/2019_01_16_01_world.sql @@ -0,0 +1,18 @@ +-- +DELETE FROM `gossip_menu` WHERE `MenuID`=1043; +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(1043,1639,0),(1043,1640,0),(1043,1641,0); + +DELETE FROM `npc_text` WHERE `ID`=1639; +INSERT INTO `npc_text` (`ID`, `text0_0`, `text0_1`, `BroadcastTextID0`, `lang0`, `Probability0`, `em0_0`, `em0_1`, `em0_2`, `em0_3`, `em0_4`, `em0_5`) VALUES +(1639,"","Yes? I have a breastplate to finish so this had better be good.",3985,1,1,0,0,0,0,0,0); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` IN (14,15) AND `SourceGroup`=1043; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14,1043,1639,0,0,25,0,2018,0,0,1,0,0,"","Show gossip text 1639 if the spell 2018 is learned"), +(14,1043,1640,0,0,7,0,164,225,0,1,0,0,"","Show gossip text 1640 if Blacksmithing less than 225"), +(14,1043,1640,0,0,25,0,2018,0,0,0,0,0,"","Show gossip text 1640 if the spell 2018 is learned"), +(14,1043,1641,0,0,7,0,164,225,0,0,0,0,"","Show gossip text 1641 if Blacksmithing more than 225"), +(14,1043,1641,0,0,25,0,2018,0,0,0,0,0,"","Show gossip text 1641 if the spell 2018 is learned"), +(15,1043,0,0,0,25,0,2018,0,0,0,0,0,"","Show gossip option 1043 if the spell 2018 is learned"), +(15,1043,0,0,0,7,0,164,225,0,0,0,0,"","Show gossip option 1043 if Blacksmithing more than 225"); -- cgit v1.2.3