aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorTreeston <treeston.mmoc@gmail.com>2019-08-06 23:46:07 +0200
committerTreeston <treeston.mmoc@gmail.com>2019-08-06 23:46:07 +0200
commit4320a021e93423122745684e2689aa1a7028f8b4 (patch)
tree0c58a6169c6a6128766285ec3c31017c76d0c720 /sql
parentf4ea3993cec2ee942420d760db8f46e95fdc5cfb (diff)
Scripts/Commands: Cleanup some output from .go instance
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2019_08_06_04_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_08_06_04_world.sql b/sql/updates/world/3.3.5/2019_08_06_04_world.sql
new file mode 100644
index 00000000000..650d1272b8c
--- /dev/null
+++ b/sql/updates/world/3.3.5/2019_08_06_04_world.sql
@@ -0,0 +1,4 @@
+--
+UPDATE `trinity_string` SET `content_default`='Failed to teleport you to the entrance to mapid %u (%s) - are you maybe not attuned to/missing an expansion for parent map %u?' WHERE `entry`=1197;
+DELETE FROM `trinity_string` WHERE `entry`=1198;
+INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES (1198, 'Failed to teleport you to the start of mapid %u (%s) - are you maybe not attuned to/missing an expansion for the instance?');