diff options
| author | offl <offl@users.noreply.github.com> | 2022-03-22 15:52:56 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-03-26 16:04:45 +0100 |
| commit | 3bf6dcc6756161adee8b2a37df26620d2290e447 (patch) | |
| tree | 27e865bd21efe1d394de7a5e5f2fb0aecb21a448 /sql/updates | |
| parent | 70b73a69b4945b00801a29279072c9040b23c3f0 (diff) | |
DB/Creature: Roxi Ramrocket
(cherry picked from commit 2400ae729100fac913ba8458bb6a02281e7ae16c)
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/master/2022_03_26_33_world_2022_03_22_05_world.sql | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_26_33_world_2022_03_22_05_world.sql b/sql/updates/world/master/2022_03_26_33_world_2022_03_22_05_world.sql new file mode 100644 index 00000000000..26a3f19ea63 --- /dev/null +++ b/sql/updates/world/master/2022_03_26_33_world_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"); |
