diff options
Diffstat (limited to 'world/map/npc/052-2/storage.txt')
-rw-r--r-- | world/map/npc/052-2/storage.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/world/map/npc/052-2/storage.txt b/world/map/npc/052-2/storage.txt index e914635b..b52dc759 100644 --- a/world/map/npc/052-2/storage.txt +++ b/world/map/npc/052-2/storage.txt @@ -148,6 +148,7 @@ L_Stop: set $@illia_storage_max_items, 0; set $@illia_level_6_progress, 2; set $@illia_progress, 7; + callfunc "UpdateIlliaProgress"; set $@illia_max_time, $@illia_max_time + 1200; areatimer "052-2.gat", 19, 60, 35, 78, 10, "#ItemsInvoker::onStop"; end; |