mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 09:17:36 +01:00
Core/Commands: Prevent creating accounts containing '@' character with .account create command
This commit is contained in:
3
sql/updates/world/2016_03_28_00_world.sql
Normal file
3
sql/updates/world/2016_03_28_00_world.sql
Normal file
@@ -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');
|
||||
Reference in New Issue
Block a user