From 8e4f6777a28ac7b5d59ff1ff852e5184d877ff96 Mon Sep 17 00:00:00 2001 From: Treeston Date: Thu, 30 Aug 2018 21:08:28 +0200 Subject: Scripts/Commands: Cleanup and trinity_string for .go instance. Hi shauren. --- sql/updates/world/3.3.5/2018_08_30_03_world.sql | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 sql/updates/world/3.3.5/2018_08_30_03_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2018_08_30_03_world.sql b/sql/updates/world/3.3.5/2018_08_30_03_world.sql new file mode 100644 index 00000000000..694a99ee25c --- /dev/null +++ b/sql/updates/world/3.3.5/2018_08_30_03_world.sql @@ -0,0 +1,12 @@ +-- +DELETE FROM `trinity_string` WHERE `entry` BETWEEN 1189 AND 1197; +INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES +(1189, "No instances were found matching your input"), +(1190, "Multiple instances match your input - please be more specific:"), +(1191, "│ %03u - %s"), +(1192, "Specified map %u is not instanced"), +(1193, "Could not find entrance portal for map %u (%s)"), +(1194, "Could not find exit portal for map %u (%s)"), +(1195, "Teleported you to the entrance of mapid %u (%s)"), +(1196, "Teleported you to the starting location of mapid %u (%s)"), +(1197, "Failed to teleport you to mapid %u (%s) - missing attunement/expansion for parent map %u?"); -- cgit v1.2.3