diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-28 15:43:14 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-28 15:43:14 -0300 |
commit | 4e1f2fd9cf6fce6a708e19ab3742daf29e95d04c (patch) | |
tree | 2aeadce52ec15da8d88e06c8ddcf85a100ccc129 /db | |
parent | bb653239137c1679d65ab5d56dbc9e840f474ca9 (diff) | |
download | serverdata-4e1f2fd9cf6fce6a708e19ab3742daf29e95d04c.tar.gz serverdata-4e1f2fd9cf6fce6a708e19ab3742daf29e95d04c.tar.bz2 serverdata-4e1f2fd9cf6fce6a708e19ab3742daf29e95d04c.tar.xz serverdata-4e1f2fd9cf6fce6a708e19ab3742daf29e95d04c.zip |
Two masteries for the last rebirth. Do note splash bonus DOES NOT STACK.
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf index 30af1bd60..a337ca652 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -2404,6 +2404,7 @@ constants_db: { PCB_EXPBONUS: 16384 PCB_NOKNOCKBACK: 32768 PCB_SPLASHMASTER: 65536 + PCB_RANGEMASTER: 131072 @include "db/si_config.conf" @include "conf/import/constants.conf" |