diff options
Diffstat (limited to 'npc/025-2/phoenix.txt')
-rw-r--r-- | npc/025-2/phoenix.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/025-2/phoenix.txt b/npc/025-2/phoenix.txt index d0ad0b8c7..74805389d 100644 --- a/npc/025-2/phoenix.txt +++ b/npc/025-2/phoenix.txt @@ -84,7 +84,7 @@ STATUSUP_INT+=2; STATUSUP_DEX+=2; STATUSUP_LUK+=2; - REBIRTH_OVERLEVEL=BaseLevel-.@blvl; + REBIRTH_OVERLEVEL=max(0, BaseLevel-.@blvl); resetlvl(3); NewcomerEXPDROPUP(); getitembound SupremeGift, 1, 4; |