aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortreeston <treeston.mmoc@gmail.com>2016-07-13 02:46:39 +0200
committerjoschiwald <joschiwald.trinity@gmail.com>2017-02-05 16:53:34 +0100
commitcc42cd158c0b2ce22afdd66cb78358b623d83b1c (patch)
tree0bae2fc9be1d1c4a199c75fe9dd480d477dca9a8
parent049d75c28bdb4795b6c957df0ae37cf2835f8ce1 (diff)
DB/TrinityString: typo fix
(cherry picked from commit 01dba54c12777c337d916493889bb92ae93c12be)
-rw-r--r--sql/updates/world/master/2017_02_05_13_world_2016_07_13_00_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_02_05_13_world_2016_07_13_00_world.sql b/sql/updates/world/master/2017_02_05_13_world_2016_07_13_00_world.sql
new file mode 100644
index 00000000000..4fb83eb1eb7
--- /dev/null
+++ b/sql/updates/world/master/2017_02_05_13_world_2016_07_13_00_world.sql
@@ -0,0 +1,2 @@
+-- quick typo fix, thanks keader for making me look at the PR and notice this
+UPDATE `trinity_string` SET `content_default` = 'VisualizeBoundary warning: Reached fail-safe flood boundary - check if your boundary is unbounded!' WHERE `entry` = 11013;