From 5c9ae7b9559438654265e3dd9afd26f30d499fcc Mon Sep 17 00:00:00 2001 From: Haru Date: Tue, 1 May 2018 19:36:15 +0200 Subject: Replace "--ja--" and "--en--" with constants (source only) - Use `DEFAULT_MOB_NAME` instead of a literal "--en--" - Use `DEFAULT_MOB_JNAME` instead of a literal "--ja--" Signed-off-by: Haru --- src/map/mob.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/map/mob.h') diff --git a/src/map/mob.h b/src/map/mob.h index c4469c2fa..0f760ce8b 100644 --- a/src/map/mob.h +++ b/src/map/mob.h @@ -60,6 +60,9 @@ struct hplugin_data_store; #define MAX_MOB_CHAT 250 //Max Skill's messages +#define DEFAULT_MOB_NAME "--en--" +#define DEFAULT_MOB_JNAME "--ja--" + // On official servers, monsters will only seek targets that are closer to walk to than their // search range. The search range is affected depending on if the monster is walking or not. // On some maps there can be a quite long path for just walking two cells in a direction and -- cgit v1.2.3-70-g09d2