diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2018_08_30_03_world.sql | 12 |
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?"); |
