summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index ccfd7d326..561c51912 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -5085,7 +5085,7 @@ int clif_GMmessage(struct block_list *bl, char* mes, int len, int flag)
WBUFW(buf,0) = 0x9a;
WBUFW(buf,2) = len + lp;
- WBUFL(buf,4) = 0x65756c62;
+ WBUFL(buf,4) = 0x65756c62; //"blue":
memcpy(WBUFP(buf,lp), mes, len);
flag &= 0x07;
clif_send(buf, WBUFW(buf,2), bl,