summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
authorFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-02-07 05:20:22 +0000
committerFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-02-07 05:20:22 +0000
commita397e43494e3e4ffb4015b52c04f026dcaa7e3ca (patch)
tree51c07f76cc214223bc64f308c918ccea10338373 /src/map/clif.c
parent8e8f16147f2fd1b06ffd596a32beaa7d26fc32aa (diff)
downloadhercules-a397e43494e3e4ffb4015b52c04f026dcaa7e3ca.tar.gz
hercules-a397e43494e3e4ffb4015b52c04f026dcaa7e3ca.tar.bz2
hercules-a397e43494e3e4ffb4015b52c04f026dcaa7e3ca.tar.xz
hercules-a397e43494e3e4ffb4015b52c04f026dcaa7e3ca.zip
- Moved CHAT_SIZE back to map.h because log_atcommand uses it on sql builds. (moved to clif.c in r9811) [FlavioJS]
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9814 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index d7358d13f..2f9039dd0 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -4,9 +4,6 @@
#define DUMP_UNKNOWN_PACKET 0
#define DUMP_ALL_PACKETS 0
-//Talk max size: <name> : <message of 70> [Skotlex]
-#define CHAT_SIZE (NAME_LENGTH + 3 + CHATBOX_SIZE)
-
#include <stdio.h>
#include <ctype.h>
#include <stdlib.h>