diff options
Diffstat (limited to 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/status.c b/src/map/status.c index e18d92bb0..3b62cfe81 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -4601,7 +4601,7 @@ int status_change_start(struct block_list *bl,int type,int rate,int val1,int val switch (type) { case SC_FREEZE: case SC_STONE: - //Undead are inmune to Freeze/Stone + //Undead are immune to Freeze/Stone if (undead_flag && !(flag&1)) return 0; case SC_SLEEP: |