summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-07-30 00:16:07 -0300
committerJesusaves <cpntb1@ymail.com>2019-07-30 00:16:07 -0300
commitaf0898e6e7e65348a7235952be5d7ffd90174cd8 (patch)
treea39dfb88b2b91e041badafc22bbc550b51cdc31b /src
parent258334d6e0481416fa3d22f239c2833bcf8e5313 (diff)
downloadevol-hercules-af0898e6e7e65348a7235952be5d7ffd90174cd8.tar.gz
evol-hercules-af0898e6e7e65348a7235952be5d7ffd90174cd8.tar.bz2
evol-hercules-af0898e6e7e65348a7235952be5d7ffd90174cd8.tar.xz
evol-hercules-af0898e6e7e65348a7235952be5d7ffd90174cd8.zip
RoDex Mail System: Sending items now cost 500 GP instead of 2500 GP
Diffstat (limited to 'src')
-rw-r--r--src/ecommon/init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ecommon/init.c b/src/ecommon/init.c
index fe74649..a196408 100644
--- a/src/ecommon/init.c
+++ b/src/ecommon/init.c
@@ -53,4 +53,5 @@ void common_online(void)
checkVar(MAX_EVOL_SKILLS, 62);
checkVar(EVOL_FIRST_SKILL, 20000);
checkVar(MAX_SKILL_TREE, 110);
+ checkVar(ATTACHITEM_COST, 500);
}