summaryrefslogtreecommitdiff
path: root/src/map/Makefile.in
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2017-12-17 23:34:58 +0100
committerGitHub <noreply@github.com>2017-12-17 23:34:58 +0100
commitf385274cb59e251bc5aa3dc2fc918697523f7312 (patch)
tree30af8eceade42a24f517d96e6f4b2cbffee7e1d5 /src/map/Makefile.in
parent082e635672c12be20e660091004c28920d9e2d43 (diff)
parentffd913f1323181eceed0aae178e9bdbea58e9c1d (diff)
downloadhercules-f385274cb59e251bc5aa3dc2fc918697523f7312.tar.gz
hercules-f385274cb59e251bc5aa3dc2fc918697523f7312.tar.bz2
hercules-f385274cb59e251bc5aa3dc2fc918697523f7312.tar.xz
hercules-f385274cb59e251bc5aa3dc2fc918697523f7312.zip
Merge pull request #1923 from 4144/fixpackets
Add support for Ragnarok zero clients, split packets.h again
Diffstat (limited to 'src/map/Makefile.in')
-rw-r--r--src/map/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/map/Makefile.in b/src/map/Makefile.in
index 6147285e9..58d91506f 100644
--- a/src/map/Makefile.in
+++ b/src/map/Makefile.in
@@ -50,9 +50,9 @@ 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 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.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
+ mercenary.h mob.h npc.h packets.h packets_keys.h packets_shuffle.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
MAP_PH =
HAVE_MYSQL=@HAVE_MYSQL@