diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-07-10 03:23:36 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-07-10 03:23:36 +0300 |
commit | 4fcb7d5f3bd12d99a1183bf16a23f6b1f22195f2 (patch) | |
tree | 0453c6a184b6b9812050f74e0d25c9e31a697060 /src/Makefile.am | |
parent | 7590c2d05be13837a7c46d271f500f637a3d555f (diff) | |
download | plugin-4fcb7d5f3bd12d99a1183bf16a23f6b1f22195f2.tar.gz plugin-4fcb7d5f3bd12d99a1183bf16a23f6b1f22195f2.tar.bz2 plugin-4fcb7d5f3bd12d99a1183bf16a23f6b1f22195f2.tar.xz plugin-4fcb7d5f3bd12d99a1183bf16a23f6b1f22195f2.zip |
Add bit field 0x100 into sc_config.txt for allow see sc effect for all players.
Also move status based enums into separate files.
And add sc shield into constants.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 8dea93b..05ebf01 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -104,6 +104,8 @@ MAP_SRC = emap/atcommand.c \ emap/data/session.h \ emap/data/skilld.c \ emap/data/skilld.h \ + emap/enum/esctype.h \ + emap/enum/esitype.h \ emap/struct/bgdext.h \ emap/struct/craft.h \ emap/struct/itemdext.h \ |