فهرست منبع

* Fixed combo wait was not canceled when Kick skill was successfully used. (bugreport:1345)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13765 54d463be-8e91-2dee-dedb-b68131a5f0ec
Inkfish 16 سال پیش
والد
کامیت
889de6533d
2فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 2 0
      Changelog-Trunk.txt
  2. 2 0
      src/map/skill.c

+ 2 - 0
Changelog-Trunk.txt

@@ -2,6 +2,8 @@ Date	Added
 
 AS OF SVN REV. 5091, WE ARE NOW USING TRUNK.  ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
 IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
+09/05/13
+	* Fixed combo wait was not canceled when TK's Kick skill was successfully used. (bugreport:1345) [Inkfish]
 09/05/12
 	* Fixed Aid Potion can heal the Emperium (bugreport:164) [Inkfish]
 09/05/11

+ 2 - 0
src/map/skill.c

@@ -1634,6 +1634,8 @@ int skill_attack (int attack_type, struct block_list* src, struct block_list *ds
 					  	status_change_timer, src->id, SC_COMBO);
 					break;
 				}
+				unit_cancel_combo(src); // Cancel combo wait
+				break;
 			default:
 				status_change_end(src,SC_COMBO,-1);
 			}