mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 05:36:23 +00:00
10
data/sql/updates/db_world/2024_07_26_00.sql
Normal file
10
data/sql/updates/db_world/2024_07_26_00.sql
Normal 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!');
|
||||
Reference in New Issue
Block a user