Explorar o código

Catnip Meteor (follow-up to 1365d94, hopefully fixes #1149)
* Fixed Catnip Meteor not deploying units when using a catnip fruit

Special thanks to @MysticFurur0RE

Playtester %!s(int64=9) %!d(string=hai) anos
pai
achega
98dc0608c7
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/map/skill.c

+ 1 - 0
src/map/skill.c

@@ -12538,6 +12538,7 @@ struct skill_unit_group *skill_unitsetting(struct block_list *src, uint16 skill_
 	case SU_CN_METEOR:
 		limit = flag - (flag&1);
 		val1 = (flag&1);
+		flag = 0; // Flag should not influence anything else for these skills
 		break;
 	case WZ_FIREPILLAR:
 		if( map_getcell(src->m, x, y, CELL_CHKLANDPROTECTOR) )