diff options
author | treeston <treeston.mmoc@gmail.com> | 2016-07-13 02:46:39 +0200 |
---|---|---|
committer | treeston <treeston.mmoc@gmail.com> | 2016-07-13 02:46:39 +0200 |
commit | 01dba54c12777c337d916493889bb92ae93c12be (patch) | |
tree | dd5cb483b910d69f05e3398585fb177af474f65e | |
parent | 8835607ab59d42af7f62f80f75c6fdf0bbb3a54c (diff) |
DB/TrinityString: typo fix
-rw-r--r-- | sql/updates/world/3.3.5/2016_07_13_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_07_13_00_world.sql b/sql/updates/world/3.3.5/2016_07_13_00_world.sql new file mode 100644 index 00000000000..4fb83eb1eb7 --- /dev/null +++ b/sql/updates/world/3.3.5/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; |