Explorar o código

Fix item script for Paradise Luxury Suit (#7409)

Vietlubu %!s(int64=2) %!d(string=hai) anos
pai
achega
b351e40070
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)