mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 18:10:26 +00:00
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:
@@ -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!');
|
||||
Reference in New Issue
Block a user