fix(Scripts/Commands): Implement quest status command (#23721)

This commit is contained in:
Andrew
2025-11-17 18:48:23 -03:00
committed by GitHub
parent c0b768ace6
commit fa9574a8e2
3 changed files with 61 additions and 1 deletions

View File

@@ -1157,7 +1157,10 @@ enum AcoreStrings
LANG_CMD_NO_DOOR_FOUND = 5086,
LANG_CMD_DOOR_OPENED = 5087,
// Room for more strings 5088-9999
LANG_CMD_QUEST_STATUS = 5088,
LANG_CMD_QUEST_UNAVAILABLE = 5089,
// Room for more strings 5090-9999
// Level requirement notifications
LANG_SAY_REQ = 6604,