fix currlevel in map command
This commit is contained in:
parent
3d17bfdc7d
commit
96d784912f
1 changed files with 2 additions and 0 deletions
|
|
@ -193,6 +193,8 @@ std::string DebugCmdLoadMap(const string_view parameter)
|
|||
|
||||
setlevel = false;
|
||||
setlvltype = quest._qlvltype;
|
||||
currlevel = quest._qlevel;
|
||||
myPlayer.plrlevel = quest._qlevel;
|
||||
StartNewLvl(MyPlayerId, WM_DIABSETLVL, level);
|
||||
return fmt::format("Welcome to {}.", QuestLevelNames[level]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue