diff options
| author | SnapperRy <snapperryen@gmail.com> | 2016-10-16 01:46:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-16 01:46:37 +0200 |
| commit | 8aa798a9b05a5827613ad0626836cd5123ce1309 (patch) | |
| tree | 673c067d95b743b85ecf28575444d9eea8520aef | |
| parent | bc78bfdea2f67b969b4fee08421f4d17ed1c6e1d (diff) | |
DB/Conditions: show correct gossip for Baron Revilgaz if event Pirates' Day is not running.
Also fix small typo in npc_text.
| -rw-r--r-- | sql/updates/world/3.3.5/2016_10_16_01_world_335.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_10_16_01_world_335.sql b/sql/updates/world/3.3.5/2016_10_16_01_world_335.sql new file mode 100644 index 00000000000..66b8e680ef8 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_10_16_01_world_335.sql @@ -0,0 +1,6 @@ +-- +DELETE FROM `conditions` WHERE `SourceGroup`=6685; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14, 6685, 13062, 0, 0, 12, 0, 50, 0, 0, 0, 0, 0, "", "Show gossip text 13062 for Baron Revilgaz if event Pirates' Day is running"); + +UPDATE `npc_text` SET `text0_0`="Welcome to Booty Bay, partner. Don't mind DeMeza and her crew... we let the hellion run riot one day a year, Pirates' Day, and then she leaves us in peace to go plunder the South Seas again.$B$BNow then... what can this humble servant of the Steamwheedle Cartel do for you? Better still - what can you do for me, eh?" WHERE `ID`=13062; |
