1
This commit is contained in:
parent
0344b2ef4b
commit
4445cc4850
@ -449,7 +449,10 @@ class BattleDataService extends BaseService {
|
|||||||
|
|
||||||
private function updatePveData()
|
private function updatePveData()
|
||||||
{
|
{
|
||||||
|
$instanceId = getReqVal('pve_instance_id', 0);
|
||||||
|
$instanceMode = getReqVal('pve_instance_id', 0);
|
||||||
|
$this->pveGeminiMeta = mt\PveGemini::get($instanceId);
|
||||||
|
$this->pveGeminiMetaMode = mt\PveGeminiMode::get($instanceMode);
|
||||||
}
|
}
|
||||||
|
|
||||||
private function rewardFragmentPvp()
|
private function rewardFragmentPvp()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user