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

@@ -1148,7 +1148,9 @@ enum AcoreStrings
LANG_CMD_CHAR_CHANGE_ACC_SUCCESS = 5083,
// Room for more strings 5083-9999
LANG_CMD_CAST_ERROR_CODE = 5084,
// Room for more strings 5084-9999
// Level requirement notifications
LANG_SAY_REQ = 6604,