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:
Skjalf
2022-12-24 09:47:13 -03:00
committed by GitHub
parent c05c45c51d
commit 4df5302e2f
3 changed files with 49 additions and 7 deletions

View File

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