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:
avarishd 2024-07-27 02:00:37 +03:00 committed by GitHub
parent dc3dfd3ab0
commit 6e0853dd76
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 68 additions and 3 deletions

View file

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