diff options
-rw-r--r-- | conf/map/battle/items.conf | 2 | ||||
-rw-r--r-- | db/re/item_db.conf | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/conf/map/battle/items.conf b/conf/map/battle/items.conf index a5c62645d..e6d881a73 100644 --- a/conf/map/battle/items.conf +++ b/conf/map/battle/items.conf @@ -118,7 +118,7 @@ bow_unequip_arrow: false // How much should rental mounts increase a player's movement speed? (Note 2) // Official: 25 (Default) -boarding_halter_speed: 25 +boarding_halter_speed: 0 // Allow to use items when the storage is open? // Official: false (Default) diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 03514a4a4..2c6ba9da0 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -3228,6 +3228,7 @@ item_db: ( bonus bHitRate,-30; bonus bCritical,25; bonus bNoKnockback,0; + bonus bSpeedAddRate,25; /* We can use them to protect mount from bows, for example bonus bNearAtkDef,-50; bonus bLongAtkDef,-50; |