1
This commit is contained in:
parent
60f6a5f46d
commit
2d26b1b957
@ -280,12 +280,16 @@ END
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
array_unshift($items,$temp);
|
array_unshift($items,$temp);
|
||||||
TGLog::writeToLog("game_2006_api","loot",$items);
|
TGLog::writeToLog("game_2006_api","loot",array(
|
||||||
|
$itemId => $items
|
||||||
|
));
|
||||||
}
|
}
|
||||||
}else{
|
}else{
|
||||||
for ($i=0; $i<$itemNum; $i++){
|
for ($i=0; $i<$itemNum; $i++){
|
||||||
$items = \services\LootService::dropOutItem($itemMeta['loot']);
|
$items = \services\LootService::dropOutItem($itemMeta['loot']);
|
||||||
TGLog::writeToLog("game_2006_api","loot",$items);
|
TGLog::writeToLog("game_2006_api","loot",array(
|
||||||
|
$itemId => $items
|
||||||
|
));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user