summaryrefslogtreecommitdiff
path: root/src/map/status.c
diff options
context:
space:
mode:
authormomacabu <momacabu@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-11-13 00:27:40 +0000
committermomacabu <momacabu@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-11-13 00:27:40 +0000
commit5e59d3abbd6547ff48a2571cdc77b29ab1326c04 (patch)
treea5d44d71aeac27ed75eebca5f27ff99b7a89889b /src/map/status.c
parent4cc80656aeb5af0e810a5f7c1ef28624b1328dbd (diff)
downloadhercules-5e59d3abbd6547ff48a2571cdc77b29ab1326c04.tar.gz
hercules-5e59d3abbd6547ff48a2571cdc77b29ab1326c04.tar.bz2
hercules-5e59d3abbd6547ff48a2571cdc77b29ab1326c04.tar.xz
hercules-5e59d3abbd6547ff48a2571cdc77b29ab1326c04.zip
- Fixed bugreport:6887, a variable was not initialized;
- Make @addwarp <npc name> 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
Diffstat (limited to 'src/map/status.c')
-rw-r--r--src/map/status.c2
1 files changed, 1 insertions, 1 deletions
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;
}