coavins / mhrise-coavins-dps

A detailed DPS meter for Monster Hunter Rise (PC)
GNU General Public License v3.0
24 stars 11 forks source link

Clear table data when leaving the training area #5

Closed coavins closed 2 years ago

coavins commented 2 years ago

Currently if you fight in the training area in the village and then enter a quest, the data from the training dummy will be retained in the monster cache. This data should be cleared when the player either enters another village area or enters a quest.

Diyagi commented 2 years ago

The function endTrainingRoom from snow.stage.StageManager seems to be called both when the player leave the training room to another village location and when the player leave the training room to a quest.

coavins commented 2 years ago

Thanks! That seems to do the job.