chore(DB): import pending files

Referenced commit(s): fe5b07e057
This commit is contained in:
github-actions[bot] 2026-08-16 21:26:23 +00:00
parent 007bfce768
commit 9e17ab1b2a
3 changed files with 3 additions and 0 deletions

View file

@ -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');

View file

@ -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.');

View file

@ -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);