diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-09-27 23:21:26 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-09-27 23:21:26 -0300 |
commit | d0f528217d160222464e9847de1c735ac96902f8 (patch) | |
tree | 801a1c54c17056cedf9848e91bf0ada4e53656d9 /src/Makefile.am | |
parent | 7fc3f47e2660ae5b88a4dcdc1c1ca2e6f41ecd9e (diff) | |
download | plugin-d0f528217d160222464e9847de1c735ac96902f8.tar.gz plugin-d0f528217d160222464e9847de1c735ac96902f8.tar.bz2 plugin-d0f528217d160222464e9847de1c735ac96902f8.tar.xz plugin-d0f528217d160222464e9847de1c735ac96902f8.zip |
Force all parties to have EXP sharing by default, and this share to be uneven.
Initial version.
Very very messy, totally **untested**, with zeny feature removed.
And a compile error on battle_config >.> *sigh*
But oh well, must submit this to MR list before deadline,
so it can be reviewed properly and etc. - It is still 23:22 so \o/
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 1727ae9..3527e73 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,6 +5,8 @@ CHAR_SRC = echar/char.c \ echar/config.c \ echar/config.h \ echar/init.c \ + echar/int_party.c \ + echar/int_party.h \ ecommon/config.c \ ecommon/config.h \ ecommon/enum/gender.h \ @@ -75,6 +77,8 @@ MAP_SRC = emap/atcommand.c \ emap/npc.h \ emap/parse.c \ emap/parse.h \ + emap/party.c \ + emap/party.h \ emap/pc.c \ emap/pc.h \ emap/permission.c \ |