diff options
Diffstat (limited to 'npc/017-3/dimonds.txt')
-rw-r--r-- | npc/017-3/dimonds.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/017-3/dimonds.txt b/npc/017-3/dimonds.txt index 685a12d95..0980d7d32 100644 --- a/npc/017-3/dimonds.txt +++ b/npc/017-3/dimonds.txt @@ -616,7 +616,7 @@ OnInit: close; Zeny=Zeny-100; recovery(getcharid(3)); - if (rand(1,2) == 1) + if (rand(1,3) == 1) sc_start SC_POISON, 60000, 0, 10000; else sc_start SC_ATTHASTE_POTION1, 60000, 5; |