summaryrefslogtreecommitdiff
path: root/src/map/mob.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/mob.h')
-rw-r--r--src/map/mob.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/map/mob.h b/src/map/mob.h
index b5127310f..b7f193b5b 100644
--- a/src/map/mob.h
+++ b/src/map/mob.h
@@ -62,6 +62,13 @@ struct mob_skill {
short target;
int val[5];
short emotion;
+ unsigned short msg_id;
+};
+
+struct mob_chat {
+ unsigned short msg_id;
+ unsigned long color;
+ char msg[CHAT_SIZE_MAX];
};
struct spawn_info {