diff options
| author | Andrew Letson <velinath@users.noreply.github.com> | 2017-10-21 07:28:57 -0400 |
|---|---|---|
| committer | Aokromes <Aokromes@users.noreply.github.com> | 2017-10-21 13:28:57 +0200 |
| commit | 9fe890744c5967bd46c0bd19e8901df6d91cd891 (patch) | |
| tree | b384f518a4ddff4223fb4f98f8052647a48399fb /sql | |
| parent | c11552a5d4192f783a450181da199a9b763a9749 (diff) | |
[3.3.5] DB/Scripts: Rivern Frostwind
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2017_10_21_08_world.sql | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_10_21_08_world.sql b/sql/updates/world/3.3.5/2017_10_21_08_world.sql new file mode 100644 index 00000000000..1fff4618e67 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_10_21_08_world.sql @@ -0,0 +1,11 @@ +-- +UPDATE `creature_template` SET `AIName` = 'SmartAI', `ScriptName` = '' WHERE `entry` = 10618; + +DELETE FROM `gossip_menu_option` WHERE `MenuID` = 3130; +-- TODO check against live for what the actual gossip menu is. Didn't find anything helpful searching the broadcast_text table. +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES +(3130, 0, 1, "I would like to buy from you.", 2583, 3, 128, 0, 0, 0, 0, '', 0, 0); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 15 AND `SourceGroup` = 3130; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(15, 3130, 0, 0, 0, 5, 0, 589, 128, 0, 0, 0, 0, '', 'Show gossip menu 3130 option id 0 if player is Exalted with faction Wintersaber Trainers.'); |
