diff options
author | Haru <haru@dotalux.com> | 2018-06-02 16:07:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-02 16:07:12 +0200 |
commit | 889141992544b20747fdd337cf0ebf4c36ef01b9 (patch) | |
tree | 0bbab7379dd7710d325db6261ca0911a9042a500 /src/map/Makefile.in | |
parent | 9370c15bc97eeabb9b0c98898520b2daca22bcf5 (diff) | |
parent | 031cdbe5b3f108d7a732c230d061c567de723a75 (diff) | |
download | hercules-889141992544b20747fdd337cf0ebf4c36ef01b9.tar.gz hercules-889141992544b20747fdd337cf0ebf4c36ef01b9.tar.bz2 hercules-889141992544b20747fdd337cf0ebf4c36ef01b9.tar.xz hercules-889141992544b20747fdd337cf0ebf4c36ef01b9.zip |
Merge pull request #2038 from 4144/msi
Improve msgstring table usage
Diffstat (limited to 'src/map/Makefile.in')
-rw-r--r-- | src/map/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/Makefile.in b/src/map/Makefile.in index 44fac8db2..1f2230888 100644 --- a/src/map/Makefile.in +++ b/src/map/Makefile.in @@ -50,7 +50,8 @@ MAP_OBJ = $(addprefix obj_sql/, $(patsubst %c,%o,$(MAP_C))) MAP_H = atcommand.h battle.h battleground.h buyingstore.h channel.h chat.h \ chrif.h clan.h clif.h date.h duel.h elemental.h guild.h homunculus.h HPMmap.h \ instance.h intif.h irc-bot.h itemdb.h log.h mail.h map.h mapreg.h \ - mercenary.h mob.h npc.h packets.h packets_keys_main.h packets_keys_zero.h \ + mercenary.h messages.h messages_main.h messages_re.h messages_zero.h \ + mob.h npc.h packets.h packets_keys_main.h packets_keys_zero.h \ packets_shuffle_main.h packets_shuffle_zero.h packets_struct.h party.h \ path.h pc.h pc_groups.h pet.h quest.h rodex.h script.h searchstore.h \ skill.h status.h storage.h trade.h unit.h vending.h |