chore(DB): import pending files

Referenced commit(s): 848b3dabb9
This commit is contained in:
AzerothCoreBot
2022-10-25 01:46:22 +00:00
parent 848b3dabb9
commit e585f051c6
2 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
-- DB update 2022_10_23_02 -> 2022_10_25_00
--
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.');

View File

@@ -0,0 +1,3 @@
-- DB update 2022_10_25_00 -> 2022_10_25_01
--
UPDATE `creature_formations` SET `groupAI` = 539 WHERE `leaderGUID` = 87648 AND `memberGUID` IN (87648, 87649, 87650, 87651);