aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorTreeston <treeston.mmoc@gmail.com>2018-08-30 21:08:28 +0200
committerTreeston <treeston.mmoc@gmail.com>2018-08-30 21:08:28 +0200
commit8e4f6777a28ac7b5d59ff1ff852e5184d877ff96 (patch)
tree453e1be4da8b36eb4674186d489333ec93c766d1 /sql
parent6a0870a9993f5a1016439644d4a9ab3fd89277e5 (diff)
Scripts/Commands: Cleanup and trinity_string for .go instance. Hi shauren.
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2018_08_30_03_world.sql12
1 files changed, 12 insertions, 0 deletions
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?");