|
@@ -308,7 +308,10 @@ class TaskProc {
|
|
|
* 7日狂欢数据重置
|
|
|
*/
|
|
|
public static function Day7TaskReset($gateId) {
|
|
|
- if ($gateId != glc()->GateUnlock_7DayActive) {
|
|
|
+ $funMo = GameConfig::fun_unlock_getItem(6);
|
|
|
+ $unlockGateId = $funMo->unlockGateId;
|
|
|
+
|
|
|
+ if ($gateId != $unlockGateId) {
|
|
|
return;
|
|
|
}
|
|
|
|