aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2016-03-28 19:40:15 +0200
committerShauren <shauren.trinity@gmail.com>2016-04-09 12:36:27 +0200
commitb197163a1d859897ca95af5c19637514ae5f615d (patch)
tree8daa25bd04a5cc9b89ae32b422be9af62eaf2262 /sql
parentb841546574893ed5eb7e999c1cc43924fe827e5b (diff)
Core/Commands: Prevent creating accounts containing '@' character with .account create command
(cherry picked from commit 4a679ba1be08e9302970cd7dc11fcc70e7fc4c91)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2016_04_09_00_world_2016_03_28_00_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2016_04_09_00_world_2016_03_28_00_world.sql b/sql/updates/world/2016_04_09_00_world_2016_03_28_00_world.sql
new file mode 100644
index 00000000000..0fc505965a3
--- /dev/null
+++ b/sql/updates/world/2016_04_09_00_world_2016_03_28_00_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `trinity_string` WHERE `entry`=1030;
+INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES
+(1030,'Account name cannot contain ''@'' character.');