Browse Source

Fix item script for Paradise Luxury Suit (#7409)

Vietlubu 2 years ago
parent
commit
b351e40070
1 changed files with 1 additions and 1 deletions
  1. 1 1
      db/re/item_db_equip.yml

+ 1 - 1
db/re/item_db_equip.yml

@@ -149711,11 +149711,11 @@ Body:
       NoMail: true
       NoAuction: true
     Script: |
+      .@l = BaseLevel;
       bonus bMaxHP,1500;
       bonus bMaxSP,150;
       bonus bDelayrate,-5;
       bonus bBaseAtk,5*(min(.@l,150)/10);
-      .@l = BaseLevel;
       if (.@l>=105)
          bonus bAtkRate,3;
       if (.@l>=110)