diff options
-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; |