From 5e59d3abbd6547ff48a2571cdc77b29ab1326c04 Mon Sep 17 00:00:00 2001 From: momacabu Date: Tue, 13 Nov 2012 00:27:40 +0000 Subject: - Fixed bugreport:6887, a variable was not initialized; - Make @addwarp parameter mandatory as per requests; - Changed SCB_ALL to SCB_BASE on SC_INTRAVISION case, it should be enough. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16922 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/status.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/status.c') diff --git a/src/map/status.c b/src/map/status.c index 68b7498fc..3df88e823 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -9419,7 +9419,7 @@ int status_change_end_(struct block_list* bl, enum sc_type type, int tid, const clif_status_load(bl, SI_ACTIVE_MONSTER_TRANSFORM, 0); break; case SC_INTRAVISION: - calc_flag = SCB_ALL;/* required for overlapping */ + calc_flag = SCB_BASE;/* required for overlapping */ break; } -- cgit v1.2.3-60-g2f50