Bläddra i källkod

Fixed Crown of Deceit Script (#6830)

Fixes #6809

Thanks to @Leemonn
idk-whoami 3 år sedan
förälder
incheckning
a7fbcfa1f8
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      db/re/item_db_equip.yml

+ 1 - 1
db/re/item_db_equip.yml

@@ -48316,7 +48316,7 @@ Body:
       bonus bInt,4;
       bonus bMdef,10;
       bonus bVariableCastrate,-10;
-      if (.@r == 7 || .@r == 8) {
+      if (.@r >= 7) {
          bonus bDef,2;
          bonus bMatkRate,5;
          bonus bVariableCastrate,-5;