From 4a679ba1be08e9302970cd7dc11fcc70e7fc4c91 Mon Sep 17 00:00:00 2001 From: Shauren Date: Mon, 28 Mar 2016 19:40:15 +0200 Subject: Core/Commands: Prevent creating accounts containing '@' character with .account create command --- sql/updates/world/2016_03_28_00_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2016_03_28_00_world.sql (limited to 'sql/updates/world') 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'); -- cgit v1.2.3