diff options
-rw-r--r-- | db/pre-re/item_db.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf index ce0c7e6d..fb37b78d 100644 --- a/db/pre-re/item_db.conf +++ b/db/pre-re/item_db.conf @@ -785,7 +785,7 @@ item_db: ( Subtype: "W_2HSTAFF" OnEquipScript: <" callfunc "RequireStat", bInt, 60, EQI_HAND_R; - bonus bMatk, 10; + bonus bMatkRate, 10; "> }, { @@ -807,7 +807,7 @@ item_db: ( Subtype: "W_STAFF" OnEquipScript: <" callfunc "RequireStat", bInt, 5, EQI_HAND_R; - bonus bMatk, 5; + bonus bMatkRate, 5; "> }, { @@ -1257,7 +1257,7 @@ item_db: ( ViewSprite: 1244 Delay: 0 Script: <" - bonus bMatk, 100; + bonus bMatkRate, 100; bonus bMdef, 30; "> }, |