diff options
author | offl <offl@users.noreply.github.com> | 2022-03-22 15:52:56 +0200 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2022-03-22 15:52:56 +0200 |
commit | 2400ae729100fac913ba8458bb6a02281e7ae16c (patch) | |
tree | 243091f5da8ce8f3281116f2a32ef77ea50a8396 /sql | |
parent | f0fd1ecf83b1c68c68a22c54395074e4e21d51e8 (diff) |
DB/Creature: Roxi Ramrocket
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/3.3.5/2022_03_22_05_world.sql | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2022_03_22_05_world.sql b/sql/updates/world/3.3.5/2022_03_22_05_world.sql new file mode 100644 index 00000000000..26a3f19ea63 --- /dev/null +++ b/sql/updates/world/3.3.5/2022_03_22_05_world.sql @@ -0,0 +1,11 @@ +-- +UPDATE `creature_template` SET `ScriptName` = '' WHERE `entry` = 31247; + +DELETE FROM `gossip_menu_option` WHERE `MenuID` = 10210 AND `OptionID` = 1; +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES +(10210,1,1,"I hear you sell motorcycle parts.",33010,3,128,0,0,0,0,'',0,0); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 15 AND `SourceGroup` = 10210; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(15,10210,1,0,0,25,0,60866,0,0,0,0,0,"","Group 0: Show Gossip Option 1 if spell 'Mechano-hog' is learned"), +(15,10210,1,0,1,25,0,60867,0,0,0,0,0,"","Group 1: Show Gossip Option 1 if spell 'Mekgineer's Chopper' is learned"); |