From 968f737094350daec8e3cfec27b26c28277a8920 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 2 May 2020 02:52:32 -0300 Subject: REBIRTH_OVERLEVEL can't be negative --- npc/025-2/phoenix.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/025-2') 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; -- cgit v1.2.3-60-g2f50