From 31486a8c3340a8ca8a8b1e5dd9084c2c07ec8614 Mon Sep 17 00:00:00 2001 From: panikon Date: Sat, 19 Apr 2014 21:39:40 -0300 Subject: Follow up to 6f6a6b3 * Added new method to handle refreshing the storage window when it was closed automatically by the client * http://hercules.ws/board/tracker/issue-8027-when-the-storage-is-open-you-can-use-self-skills * http://hercules.ws/board/tracker/issue-7694-guild-notice Follow up to d57781c * Fixed minor typo as pointed by @MishimaHaruna --- src/map/clif.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/clif.h') diff --git a/src/map/clif.h b/src/map/clif.h index 36bd42718..bbe07b718 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -650,6 +650,7 @@ struct clif_interface { void (*sitting) (struct block_list* bl); void (*standing) (struct block_list* bl); void (*arrow_create_list) (struct map_session_data *sd); + void (*refresh_storagewindow) (struct map_session_data *sd); void (*refresh) (struct map_session_data *sd); void (*fame_blacksmith) (struct map_session_data *sd, int points); void (*fame_alchemist) (struct map_session_data *sd, int points); -- cgit v1.2.3-60-g2f50