diff options
-rw-r--r-- | sql/updates/world/master/2021_11_21_32_world_2019_01_16_01_world.sql | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_21_32_world_2019_01_16_01_world.sql b/sql/updates/world/master/2021_11_21_32_world_2019_01_16_01_world.sql new file mode 100644 index 00000000000..44c5d1148fe --- /dev/null +++ b/sql/updates/world/master/2021_11_21_32_world_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`, `BroadcastTextID0`, `Probability0`) VALUES +(1639,3985,1); + +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"); |