chore(DB): import pending files

Referenced commit(s): 6e0853dd76
This commit is contained in:
github-actions[bot]
2024-07-26 23:01:30 +00:00
parent 6e0853dd76
commit 5f947530b2

View File

@@ -0,0 +1,10 @@
-- DB update 2024_07_25_00 -> 2024_07_26_00
--
DELETE FROM `command` WHERE `name`='aura stack';
INSERT INTO `command` VALUES ('aura stack', 2, 'Syntax: .aurastack #spellid #stacks\r\n\r\nModify #stacks of an already applied #spellid to the selected Unit.');
DELETE FROM `acore_string` WHERE `entry` IN (373,374,375);
INSERT INTO `acore_string` (`entry`, `content_default`) VALUES
(373, 'Target unit does not have aura {}!'),
(374, 'No stack amount specified!'),
(375, 'Spell {} cannot have stacks!');