|
@@ -676,6 +676,8 @@ class TaskProc {
|
|
|
* @param type $weaponMoId
|
|
|
*/
|
|
|
static function OnHeroWearYanling($heroMoid, $yanlingMoId) {
|
|
|
+ var_dump($heroMoid);
|
|
|
+ var_dump($yanlingMoId);
|
|
|
$taskEventArg = new Ins_TaskEventArgs(Enum_TaskCmdType::HeroWearupYanling, Enum_PropelType::set, 1, array($heroMoid, $yanlingMoId));
|
|
|
self::CheckTaskCardConditions($taskEventArg);
|
|
|
}
|