浏览代码

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 9 年之前
父节点
当前提交
98dc0608c7
共有 1 个文件被更改,包括 1 次插入0 次删除
  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) )