diff options
-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; |