From 8aa798a9b05a5827613ad0626836cd5123ce1309 Mon Sep 17 00:00:00 2001 From: SnapperRy Date: Sun, 16 Oct 2016 01:46:37 +0200 Subject: DB/Conditions: show correct gossip for Baron Revilgaz if event Pirates' Day is not running. Also fix small typo in npc_text. --- sql/updates/world/3.3.5/2016_10_16_01_world_335.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_10_16_01_world_335.sql (limited to 'sql/updates') 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; -- cgit v1.2.3