Scritpts/Commands: Fix area name display if no area present.

Port From (https://github.com/TrinityCore/TrinityCore/commit/abaf5d80685ff0dbfc766a074aa89b3481092f47)
This commit is contained in:
hondacrx
2021-10-20 22:33:39 -04:00
parent 4ea48fdff0
commit f2eb6a9044
3 changed files with 21 additions and 8 deletions
+3 -1
View File
@@ -799,6 +799,7 @@ namespace Framework.Constants
PinfoChrPlayedtime = 853,
PinfoChrMails = 854,
PinfoChrLevelHigh = 871,
PinfoChrMapWithArea = 882,
CharacterGenderMale = 855,
CharacterGenderFemale = 856,
@@ -828,7 +829,8 @@ namespace Framework.Constants
// = 879, See PinfoChrRegmails
AccountSecType = 880,
RbacEmailRequired = 881,
// Room For In-Game Strings 882-999 Not Used
// = 882, LANG_PINFO_CHR_MAP_WITH_AREA
// Room For In-Game Strings 883-999 Not Used
// Level 4 (Cli Only Commands)
CommandExit = 1000,