mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 18:40:28 +00:00
feat(Scripts/Commands): Output SpellCastResult if the spell fails to … (#14359)
feat(Scripts/Commands): Output SpellCastResult if the spell fails to cast when using the cast spell commands
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
--
|
||||
DELETE FROM `acore_string` WHERE `entry` = 5084;
|
||||
INSERT INTO `acore_string` (`entry`, `content_default`) VALUES
|
||||
(5084, 'Spell cast failed! SpellCastResult returned: %s (%u).');
|
||||
Reference in New Issue
Block a user