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:
parent
c05c45c51d
commit
4df5302e2f
3 changed files with 49 additions and 7 deletions
|
|
@ -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).');
|
||||
Loading…
Add table
Add a link
Reference in a new issue