feat(Scripts/Commands): .aura stack - Modify aura stacks (#19462)
* feat(Scripts/Commands): .aurastack - Modify aura stacks
* aura stack
* remove aur check
* {}
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
---------
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
This commit is contained in:
parent
dc3dfd3ab0
commit
6e0853dd76
3 changed files with 68 additions and 3 deletions
|
|
@ -0,0 +1,9 @@
|
|||
--
|
||||
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!');
|
||||
Loading…
Add table
Add a link
Reference in a new issue