diff options
author | Kenpachi Developer <Kenpachi.Developer@gmx.de> | 2020-04-14 20:49:56 +0200 |
---|---|---|
committer | Kenpachi Developer <Kenpachi.Developer@gmx.de> | 2020-04-14 20:49:56 +0200 |
commit | fd3600c84675a59f1de2fb88024091b1eafa70af (patch) | |
tree | 51fba4bf250d6f14ad33d4e308288bfa90efe066 /src | |
parent | 07871308ff4b593375ab6520eed305b3d5948e22 (diff) | |
download | hercules-fd3600c84675a59f1de2fb88024091b1eafa70af.tar.gz hercules-fd3600c84675a59f1de2fb88024091b1eafa70af.tar.bz2 hercules-fd3600c84675a59f1de2fb88024091b1eafa70af.tar.xz hercules-fd3600c84675a59f1de2fb88024091b1eafa70af.zip |
Remove val1=battle_config.manner_system assignment for SC_NOCHAT
Diffstat (limited to 'src')
-rw-r--r-- | src/map/status.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/status.c b/src/map/status.c index d3e85e5be..a13283f3b 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -8052,7 +8052,6 @@ static int status_change_start_sub(struct block_list *src, struct block_list *bl // This is done this way because the message that the client displays is hardcoded, and only // shows how many minutes are remaining. [Panikon] total_tick = 60000; - val1 = battle_config.manner_system; //Mute filters. if (sd) { clif->changestatus(sd,SP_MANNER,sd->status.manner); |