mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 17:19:07 +00:00
feat(Scripts/Commands): Implement character changeaccount command (#13532)
* feat(Scripts/Commands): Implement character changeaccount command * strings and stuff * clear unused
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
--
|
||||
DELETE FROM `acore_string` WHERE `entry` = 5083;
|
||||
INSERT INTO `acore_string` (`entry`, `content_default`) VALUES
|
||||
(5083, 'Character %s (%u) moved from account %s (%u) to account %s (%u).');
|
||||
|
||||
DELETE FROM `command` WHERE `name` = 'character changeaccount';
|
||||
INSERT INTO `command` (`name`, `security`, `help`) VALUES
|
||||
('character changeaccount', 3, 'Syntax: .character changeaccount $NewAccountName $Name.\nMoves the specified character to the provided account. \nKicks the player if the character is online.');
|
||||
Reference in New Issue
Block a user