summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-04-07 02:58:32 -0300
committershennetsind <ind@henn.et>2013-04-07 02:58:32 -0300
commita65f8d7df4be648f25563fe0d0ce9f77199d8fbc (patch)
treec9a36b0c3c0a5ce1b858b27d0393ec08eaf1790b /src/map/clif.h
parent2f9f7ce4aa46514c9173a3c91f4033b25901520e (diff)
downloadhercules-a65f8d7df4be648f25563fe0d0ce9f77199d8fbc.tar.gz
hercules-a65f8d7df4be648f25563fe0d0ce9f77199d8fbc.tar.bz2
hercules-a65f8d7df4be648f25563fe0d0ce9f77199d8fbc.tar.xz
hercules-a65f8d7df4be648f25563fe0d0ce9f77199d8fbc.zip
Introducing clif->pDull
placeholder for unsupported incoming packets (avoids server disconnecting client) Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/clif.h')
-rw-r--r--src/map/clif.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h
index 63d597b17..60a2868bf 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -1021,6 +1021,7 @@ struct clif_interface {
void (*pDebug) (int fd,struct map_session_data *sd);
void (*pSkillSelectMenu) (int fd, struct map_session_data *sd);
void (*pMoveItem) (int fd, struct map_session_data *sd);
+ void (*pDull) (int fd, struct map_session_data *sd);
} clif_s;
struct clif_interface *clif;