summaryrefslogtreecommitdiff
path: root/src/map/status.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/status.c')
-rw-r--r--src/map/status.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/map/status.c b/src/map/status.c
index 91740d663..a39adbc62 100644
--- a/src/map/status.c
+++ b/src/map/status.c
@@ -4848,8 +4848,9 @@ int status_change_end( struct block_list* bl , int type,int tid )
case SC_NOCHAT: //チャット禁止?態
if (sd) {
if(battle_config.manner_system){
- if (sd->status.manner >= 0) // weeee ^^ [celest]
- sd->status.manner = 0;
+ //Why set it to 0? Can't we use good manners for something? [Skotlex]
+// if (sd->status.manner >= 0) // weeee ^^ [celest]
+// sd->status.manner = 0;
clif_updatestatus(sd,SP_MANNER);
}
}