diff options
| author | Shauren <shauren.trinity@gmail.com> | 2016-03-28 19:40:15 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2016-03-28 19:40:15 +0200 |
| commit | 4a679ba1be08e9302970cd7dc11fcc70e7fc4c91 (patch) | |
| tree | d5b2d8290c08e0d43e37e8988d14934757ee56d4 /sql | |
| parent | 335a1e495cc250ca7b738df003b8cad2903aae6c (diff) | |
Core/Commands: Prevent creating accounts containing '@' character with .account create command
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2016_03_28_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2016_03_28_00_world.sql b/sql/updates/world/2016_03_28_00_world.sql new file mode 100644 index 00000000000..868163c2be7 --- /dev/null +++ b/sql/updates/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,'You are attempting to create a battle.net account with wrong command, use .bnetaccount create'); |
