diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-30 00:53:53 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-30 00:53:53 -0300 |
commit | 7b99973735a7f216b1862da0dcc2cef430bfb6cd (patch) | |
tree | 327154f258fedcea8ce4be5480411b9196788a28 /src | |
parent | af0898e6e7e65348a7235952be5d7ffd90174cd8 (diff) | |
download | evol-hercules-7b99973735a7f216b1862da0dcc2cef430bfb6cd.tar.gz evol-hercules-7b99973735a7f216b1862da0dcc2cef430bfb6cd.tar.bz2 evol-hercules-7b99973735a7f216b1862da0dcc2cef430bfb6cd.tar.xz evol-hercules-7b99973735a7f216b1862da0dcc2cef430bfb6cd.zip |
Revert "RoDex Mail System: Sending items now cost 500 GP instead of 2500 GP"
This reverts commit af0898e6e7e65348a7235952be5d7ffd90174cd8.
Forced in beta.patch2
Diffstat (limited to 'src')
-rw-r--r-- | src/ecommon/init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ecommon/init.c b/src/ecommon/init.c index a196408..fe74649 100644 --- a/src/ecommon/init.c +++ b/src/ecommon/init.c @@ -53,5 +53,4 @@ void common_online(void) checkVar(MAX_EVOL_SKILLS, 62); checkVar(EVOL_FIRST_SKILL, 20000); checkVar(MAX_SKILL_TREE, 110); - checkVar(ATTACHITEM_COST, 500); } |