parent
007bfce768
commit
9e17ab1b2a
3 changed files with 3 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2026_07_22_00 -> 2026_08_16_00
|
||||
DELETE FROM `rbac_permissions` WHERE `id` = 945;
|
||||
INSERT INTO `rbac_permissions` (`id`, `name`) VALUES
|
||||
(945, 'Command: account info');
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2026_08_15_13 -> 2026_08_16_00
|
||||
DELETE FROM `command` WHERE `name` = 'account info';
|
||||
INSERT INTO `command` (`name`, `security`, `help`) VALUES
|
||||
('account info', 2, 'Syntax: .account info [$account]\nDisplays account level information for $account, given either as an account name or an account id. Defaults to the account of the selected player, or your own account when nothing is selected.');
|
||||
|
|
@ -1,2 +1,3 @@
|
|||
-- DB update 2026_08_16_00 -> 2026_08_16_01
|
||||
--
|
||||
UPDATE `quest_offer_reward` SET `RewardText` = 'The tauren of Narache thank you, $n. You show much promise.' WHERE (`ID` = 747);
|
||||
Loading…
Reference in a new issue