|
@@ -172,13 +172,13 @@ class UserProc {
|
|
|
}
|
|
|
my_Assert($guideIndex >= $NewbieGuide->guideStep, ErrCode::user_settutorialscompletedfail_err);
|
|
|
if ($guideIndex == 1) {
|
|
|
- $huid = 10001; # 初始英雄
|
|
|
- $pos = 1;
|
|
|
- $newYanlingTypeId = 4020001; # 普通上官雀
|
|
|
-
|
|
|
- $hero = $user->heros->collectHeros->$huid;
|
|
|
- $oldYanlingUId = $hero->yanling->$pos->itemuid;
|
|
|
- $user->store->yanling->$oldYanlingUId->typeId = $newYanlingTypeId; # 直接修改类型变为普通言灵
|
|
|
+// $huid = 10001; # 初始英雄
|
|
|
+// $pos = 1;
|
|
|
+// $newYanlingTypeId = 4020001; # 普通上官雀
|
|
|
+//
|
|
|
+// $hero = $user->heros->collectHeros->$huid;
|
|
|
+// $oldYanlingUId = $hero->yanling->$pos->itemuid;
|
|
|
+// $user->store->yanling->$oldYanlingUId->typeId = $newYanlingTypeId; # 直接修改类型变为普通言灵
|
|
|
// $info= json_decode( '{"1":4011101,"2":4011201,"3":4011301}');
|
|
|
}
|
|
|
$NewbieGuide->guideStep = $guideIndex;
|