Browse Source

添加测试注释

gwang 4 years ago
parent
commit
a0fb858ef3
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Gameserver/Amfphp/process/TaskProc.php

+ 2 - 0
Gameserver/Amfphp/process/TaskProc.php

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