diff options
Diffstat (limited to 'npc/052-2/storage.txt')
-rw-r--r-- | npc/052-2/storage.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/052-2/storage.txt b/npc/052-2/storage.txt index ae1656e3..8dfcdfaf 100644 --- a/npc/052-2/storage.txt +++ b/npc/052-2/storage.txt @@ -118,7 +118,7 @@ L_MakeSpecialItem: L_CheckMobs: if ($@illia_progress != 6) goto L_Clear; - if (mobcount("052-2", "#ItemsInvoker::OnDeath") < 0) + if (mobcount("052-2", "#ItemsInvoker::OnDeath") <= 0) goto L_Stop; setnpctimer 0; end; |