From 4c17a9a6f4bd1d779216c77154444e3059e3d9d4 Mon Sep 17 00:00:00 2001 From: Alejandro <25-alejandro@users.noreply.git.krews.org> Date: Sun, 16 Jun 2019 17:12:59 +0300 Subject: [PATCH] Fix reward wired message messing up subsequent chats --- sqlupdates/2_1_0-RC-1_TO_2_1_0-RC-2.sql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sqlupdates/2_1_0-RC-1_TO_2_1_0-RC-2.sql b/sqlupdates/2_1_0-RC-1_TO_2_1_0-RC-2.sql index c3781754..0890d959 100644 --- a/sqlupdates/2_1_0-RC-1_TO_2_1_0-RC-2.sql +++ b/sqlupdates/2_1_0-RC-1_TO_2_1_0-RC-2.sql @@ -5,4 +5,6 @@ INSERT INTO `emulator_texts`(`key`, `value`) VALUES ('commands.keys.cmd_add_yout INSERT INTO `emulator_texts`(`key`, `value`) VALUES ('commands.error.cmd_add_youtube_playlist.usage', 'Usage: base_item_id youtube_playlist_id'); INSERT INTO `emulator_texts`(`key`, `value`) VALUES ('commands.error.cmd_add_youtube_playlist.no_base_item', 'A base item with that ID could not be found.'); INSERT INTO `emulator_texts`(`key`, `value`) VALUES ('commands.error.cmd_add_youtube_playlist.failed_playlist', 'Error: unable to fetch the given YouTube playlist.'); -INSERT INTO `emulator_texts`(`key`, `value`) VALUES ('commands.succes.cmd_add_youtube_playlist', 'The playlist has been added successfully!'); \ No newline at end of file +INSERT INTO `emulator_texts`(`key`, `value`) VALUES ('commands.succes.cmd_add_youtube_playlist', 'The playlist has been added successfully!'); + +UPDATE `emulator_texts` SET `value` = 'Superwired Usage Information. Possible reward types:
badge: BADGE CODE
Credits: credits#amount
Pixels: pixels#amount
Points: points#amount
Respect: respect#amount
Furniture: furni#FurnitureID
Catalog Item: cata#CatalogItemID' WHERE `key` = 'hotel.wired.superwired.info'; \ No newline at end of file