Questinfo correction (#5523)

* Corrected questinfo bubble not always being displayed
* Docs updated
* Changed qi_display to std::vector

Co-authored-by: Lemongrass3110 <lemongrass@kstp.at>

Thanks to @lighta @aleos89 @Lemongrass3110 !
This commit is contained in:
Atemo
2021-01-15 22:49:35 +01:00
committed by GitHub
parent 67b95f8660
commit a33887b59f
9 changed files with 93 additions and 93 deletions

View File

@@ -2483,6 +2483,8 @@ int npc_unload(struct npc_data* nd, bool single) {
}
}
nd->qi_data.clear();
script_stop_sleeptimers(nd->bl.id);
aFree(nd);