|
@@ -874,7 +874,10 @@ class FightProc {
|
|
|
|
|
|
if ($tag && !in_array($id, ctx()->privateState->funUnlockRecord_2)) {
|
|
|
ctx()->privateData(true)->funUnlockRecord[] = $id;
|
|
|
- ctx()->privateData(true)->funUnlockRecord_2[] = $id;
|
|
|
+ ctx()->privateData(true)->funUnlockRecord_2[] = $id;
|
|
|
+ if($id == 13 || $id == 16){
|
|
|
+ ctx()->privateData(true)->funUnlockRecord_3[] = $id;
|
|
|
+ }
|
|
|
self::SubFunDateInit_FunUnlock($id);
|
|
|
}
|
|
|
}
|
|
@@ -900,7 +903,7 @@ class FightProc {
|
|
|
|
|
|
if ($tag && !in_array($id, ctx()->privateState->funUnlockRecord_2)) {
|
|
|
ctx()->privateData(true)->funUnlockRecord[] = $id;
|
|
|
- ctx()->privateData(true)->funUnlockRecord_2[] = $id;
|
|
|
+ ctx()->privateData(true)->funUnlockRecord_2[] = $id;
|
|
|
self::SubFunDateInit_FunUnlock($id);
|
|
|
}
|
|
|
}
|