Fixed a gcc warning, blame on r15451

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15459 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
shennetsind 2012-01-15 01:29:49 +00:00
parent 65b7f95e31
commit 40e49c7f3c

View File

@ -4152,7 +4152,7 @@ int battle_check_target( struct block_list *src, struct block_list *target,int f
case BL_SKILL:
{
struct skill_unit *su = (struct skill_unit *)src;
int inf2;
int inf2 = 0;
if (!su->group)
return 0;
if( battle_config.vs_traps_bctall &&