diff options
Diffstat (limited to 'src/map/charcommand.c')
-rw-r--r-- | src/map/charcommand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/charcommand.c b/src/map/charcommand.c index 505bf3d37..d6d46d19f 100644 --- a/src/map/charcommand.c +++ b/src/map/charcommand.c @@ -3608,7 +3608,7 @@ int charcommand_monsterignore(const int fd, struct map_session_data* sd, const c if (!pl_sd->state.monster_ignore) { pl_sd->state.monster_ignore = 1; - clif_displaymessage(pl_sd->fd, "You are now inmune to attacks."); + clif_displaymessage(pl_sd->fd, "You are now immune to attacks."); if (fd != pl_sd->fd) clif_displaymessage(pl_sd->fd, "Target player is now immune to attacks."); } else { |