From 8b07c677e351056b0d23fbc3726f80829ae4d253 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Thu, 24 Oct 2013 05:50:20 -0200 Subject: Fixed Bug #7759 Modified how @commands from HPM plugins are handled so that they are persistent to @reloadatcommand (also prepares for the future load/unload during runtime feature) http://hercules.ws/board/tracker/issue-7759-reloadatcommand/ Signed-off-by: shennetsind --- src/map/map.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/map/map.c') diff --git a/src/map/map.c b/src/map/map.c index 91871e58f..749b9de81 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -5087,6 +5087,8 @@ void do_final(void) map->list_final(); vending->final(); + HPM_map_do_final(); + map->map_db->destroy(map->map_db, map->db_final); mapindex_final(); -- cgit v1.2.3-60-g2f50