diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-25 15:08:26 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-25 15:08:26 +0000 |
commit | 18f01d4f113b8ac7430946688292011c5fc3c2fb (patch) | |
tree | b76f7c16e46fc00e717299a2bb178af735b34a94 /src/map/status.c | |
parent | 38b486e1074537b27f6c523b3f79d47128dfcdf6 (diff) | |
download | hercules-18f01d4f113b8ac7430946688292011c5fc3c2fb.tar.gz hercules-18f01d4f113b8ac7430946688292011c5fc3c2fb.tar.bz2 hercules-18f01d4f113b8ac7430946688292011c5fc3c2fb.tar.xz hercules-18f01d4f113b8ac7430946688292011c5fc3c2fb.zip |
- Removed config setting allow_atcommand_when_mute as it's no longer used (see manner_system in misc.conf for it's replacement)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8860 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/status.c b/src/map/status.c index 8579dc9e3..ab81d41ac 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -4474,8 +4474,6 @@ int status_change_start(struct block_list *bl,int type,int rate,int val1,int val if (!(rand()%10000 < rate))
return 0;
-
-
}
undead_flag=battle_check_undead(status->race,status->def_ele);
|