From a7fbcfa1f855ad3dae80ea6a72e9d59c01a9f872 Mon Sep 17 00:00:00 2001 From: idk-whoami <60462533+idk-whoami@users.noreply.github.com> Date: Wed, 13 Apr 2022 20:10:33 +0700 Subject: [PATCH] Fixed Crown of Deceit Script (#6830) Fixes #6809 Thanks to @Leemonn --- db/re/item_db_equip.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/re/item_db_equip.yml b/db/re/item_db_equip.yml index a14260da61..d1d73f3edb 100644 --- a/db/re/item_db_equip.yml +++ b/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;