diff options
author | Killyana <morphone1@gmail.com> | 2019-01-16 19:06:26 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-11-21 19:59:09 +0100 |
commit | e5a3bba3e7b0b50303e23684c295690af4a58d9e (patch) | |
tree | d5065a4eacc87f36cd57bb08aa0fd1878ab53951 | |
parent | 0174382242a9a7955c98c42525741f0e0d4508a1 (diff) |
DB/Gossip: Shayis Steelfury
(cherry picked from commit 583eba3688c1ab8a4c5de38e00939bc491411960)
-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"); |