mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 05:36:23 +00:00
9
data/sql/updates/db_world/2022_10_25_00.sql
Normal file
9
data/sql/updates/db_world/2022_10_25_00.sql
Normal 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.');
|
||||
3
data/sql/updates/db_world/2022_10_25_01.sql
Normal file
3
data/sql/updates/db_world/2022_10_25_01.sql
Normal 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);
|
||||
Reference in New Issue
Block a user