浏览代码

Fixed party_skill_check not updating the party members

Daegaladh 7 年之前
父节点
当前提交
6f91de806c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/map/party.cpp

+ 1 - 0
src/map/party.cpp

@@ -964,6 +964,7 @@ int party_skill_check(struct map_session_data *sd, int party_id, uint16 skill_id
 
 	if(!party_id || (p = party_search(party_id)) == NULL)
 		return 0;
+	party_check_state(p);
 	switch(skill_id) {
 		case TK_COUNTER: //Increase Triple Attack rate of Monks.
 			if (!p->state.monk) return 0;