From 7280983c82a891933eb937ed6af6ac3f1a1472d6 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 23 Jun 2020 11:26:59 -0300 Subject: Fix a bug where Lv 10 critical bonus would misbehave --- db/item_options.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/item_options.conf b/db/item_options.conf index 1190f4879..b6a0e0fa0 100644 --- a/db/item_options.conf +++ b/db/item_options.conf @@ -538,7 +538,7 @@ item_options_db: ( { Id: 92 Name: "VAR_CRITICALSUCCESSVALUE" - Script: <" bonus(bCriticalRate, min(100, getequippedoptioninfo(IT_OPT_VALUE))); "> + Script: <" bonus(bCritical, min(100, getequippedoptioninfo(IT_OPT_VALUE))); "> }, { Id: 93 -- cgit v1.2.3-70-g09d2