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 9bf6861c9..59212b1d5 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -5324,7 +5324,7 @@ int status_change_start(struct block_list *bl,int type,int rate,int val1,int val case SC_TENSIONRELAX: if (sd) { pc_setsit(sd); - clif_sitting(sd, AREA); + clif_sitting(sd); } val2 = 12; //SP cost val4 = 10000; //Decrease at 10secs intervals. |