diff options
Diffstat (limited to 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/status.c b/src/map/status.c index 58aae14ac..c32b4602c 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -5682,6 +5682,7 @@ int status_change_end( struct block_list* bl , int type,int tid ) sc->data[type].timer=-1; (sc->count)--; + vd = status_get_viewdata(bl); calc_flag = StatusChangeFlagTable[type]; switch(type){ case SC_WEDDING: |