diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-05-13 04:50:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-05-29 05:01:37 +0300 |
commit | 031cdbe5b3f108d7a732c230d061c567de723a75 (patch) | |
tree | ce23cf4125616c8c9cf2c9cea5b7cdaef03f3e00 /src/map/Makefile.in | |
parent | 73b971c66f460f5a1dcb600097b2551434f8726f (diff) | |
download | hercules-031cdbe5b3f108d7a732c230d061c567de723a75.tar.gz hercules-031cdbe5b3f108d7a732c230d061c567de723a75.tar.bz2 hercules-031cdbe5b3f108d7a732c230d061c567de723a75.tar.xz hercules-031cdbe5b3f108d7a732c230d061c567de723a75.zip |
Add autogenerated messages list headers with original strings and translation.
Also add packet version checks for used messages.
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 e6966d9a2..5ce6beaf7 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 |